diff options
Diffstat (limited to 'arch/x86/kernel/setup_32.c')
-rw-r--r-- | arch/x86/kernel/setup_32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/setup_32.c b/arch/x86/kernel/setup_32.c index fd639d9f79b6..d4ad6e8ae886 100644 --- a/arch/x86/kernel/setup_32.c +++ b/arch/x86/kernel/setup_32.c | |||
@@ -228,7 +228,7 @@ static inline void copy_edd(void) | |||
228 | } | 228 | } |
229 | #endif | 229 | #endif |
230 | 230 | ||
231 | int __initdata user_defined_memmap = 0; | 231 | int __initdata user_defined_memmap; |
232 | 232 | ||
233 | /* | 233 | /* |
234 | * "mem=nopentium" disables the 4MB page tables. | 234 | * "mem=nopentium" disables the 4MB page tables. |