aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/pageattr-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/mm/pageattr-test.c')
-rw-r--r--arch/x86/mm/pageattr-test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/mm/pageattr-test.c b/arch/x86/mm/pageattr-test.c
index 0dce0e248a4..6cc106b388a 100644
--- a/arch/x86/mm/pageattr-test.c
+++ b/arch/x86/mm/pageattr-test.c
@@ -20,10 +20,10 @@ enum {
20 LOWEST_LEVEL = 4, 20 LOWEST_LEVEL = 4,
21 LPS = (1 << PMD_SHIFT), 21 LPS = (1 << PMD_SHIFT),
22#elif defined(CONFIG_X86_PAE) 22#elif defined(CONFIG_X86_PAE)
23 LOWEST_LEVEL = 3, 23 LOWEST_LEVEL = 4,
24 LPS = (1 << PMD_SHIFT), 24 LPS = (1 << PMD_SHIFT),
25#else 25#else
26 LOWEST_LEVEL = 3, /* lookup_address lies here */ 26 LOWEST_LEVEL = 4, /* lookup_address lies here */
27 LPS = (1 << 22), 27 LPS = (1 << 22),
28#endif 28#endif
29 GPS = (1<<30) 29 GPS = (1<<30)