diff options
Diffstat (limited to 'arch/powerpc/include/asm/pte-common.h')
-rw-r--r-- | arch/powerpc/include/asm/pte-common.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/pte-common.h b/arch/powerpc/include/asm/pte-common.h index 8d1569c29042..e040c3595129 100644 --- a/arch/powerpc/include/asm/pte-common.h +++ b/arch/powerpc/include/asm/pte-common.h | |||
@@ -98,6 +98,11 @@ extern unsigned long bad_call_to_PMD_PAGE_SIZE(void); | |||
98 | _PAGE_USER | _PAGE_ACCESSED | \ | 98 | _PAGE_USER | _PAGE_ACCESSED | \ |
99 | _PAGE_RW | _PAGE_HWWRITE | _PAGE_DIRTY | _PAGE_EXEC) | 99 | _PAGE_RW | _PAGE_HWWRITE | _PAGE_DIRTY | _PAGE_EXEC) |
100 | 100 | ||
101 | #ifdef CONFIG_NUMA_BALANCING | ||
102 | /* Mask of bits that distinguish present and numa ptes */ | ||
103 | #define _PAGE_NUMA_MASK (_PAGE_NUMA|_PAGE_PRESENT) | ||
104 | #endif | ||
105 | |||
101 | /* | 106 | /* |
102 | * We define 2 sets of base prot bits, one for basic pages (ie, | 107 | * We define 2 sets of base prot bits, one for basic pages (ie, |
103 | * cacheable kernel and user pages) and one for non cacheable | 108 | * cacheable kernel and user pages) and one for non cacheable |