diff options
Diffstat (limited to 'arch/sh/include/asm/mmu.h')
-rw-r--r-- | arch/sh/include/asm/mmu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/include/asm/mmu.h b/arch/sh/include/asm/mmu.h index ca7d91e8aa72..2fcbedb55002 100644 --- a/arch/sh/include/asm/mmu.h +++ b/arch/sh/include/asm/mmu.h | |||
@@ -25,6 +25,7 @@ | |||
25 | #define PMB_C 0x00000008 | 25 | #define PMB_C 0x00000008 |
26 | #define PMB_WT 0x00000001 | 26 | #define PMB_WT 0x00000001 |
27 | #define PMB_UB 0x00000200 | 27 | #define PMB_UB 0x00000200 |
28 | #define PMB_CACHE_MASK (PMB_C | PMB_WT | PMB_UB) | ||
28 | #define PMB_V 0x00000100 | 29 | #define PMB_V 0x00000100 |
29 | 30 | ||
30 | #define PMB_NO_ENTRY (-1) | 31 | #define PMB_NO_ENTRY (-1) |