diff options
-rw-r--r-- | arch/microblaze/include/asm/pgtable.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/microblaze/include/asm/pgtable.h b/arch/microblaze/include/asm/pgtable.h index 4df31e46568e..254fd4ba733b 100644 --- a/arch/microblaze/include/asm/pgtable.h +++ b/arch/microblaze/include/asm/pgtable.h | |||
@@ -27,6 +27,8 @@ | |||
27 | #define PAGE_READONLY __pgprot(0) /* these mean nothing to non MMU */ | 27 | #define PAGE_READONLY __pgprot(0) /* these mean nothing to non MMU */ |
28 | #define PAGE_KERNEL __pgprot(0) /* these mean nothing to non MMU */ | 28 | #define PAGE_KERNEL __pgprot(0) /* these mean nothing to non MMU */ |
29 | 29 | ||
30 | #define pgprot_noncached(x) (x) | ||
31 | |||
30 | #define __swp_type(x) (0) | 32 | #define __swp_type(x) (0) |
31 | #define __swp_offset(x) (0) | 33 | #define __swp_offset(x) (0) |
32 | #define __swp_entry(typ, off) ((swp_entry_t) { ((typ) | ((off) << 7)) }) | 34 | #define __swp_entry(typ, off) ((swp_entry_t) { ((typ) | ((off) << 7)) }) |