diff options
Diffstat (limited to 'include/asm-x86/pgtable.h')
-rw-r--r-- | include/asm-x86/pgtable.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-x86/pgtable.h b/include/asm-x86/pgtable.h index ee40a88882f6..269e7e29ea8e 100644 --- a/include/asm-x86/pgtable.h +++ b/include/asm-x86/pgtable.h | |||
@@ -240,6 +240,7 @@ enum { | |||
240 | PG_LEVEL_NONE, | 240 | PG_LEVEL_NONE, |
241 | PG_LEVEL_4K, | 241 | PG_LEVEL_4K, |
242 | PG_LEVEL_2M, | 242 | PG_LEVEL_2M, |
243 | PG_LEVEL_1G, | ||
243 | }; | 244 | }; |
244 | 245 | ||
245 | /* | 246 | /* |