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 3c451d143eba..e1173aecf69a 100644 --- a/arch/x86/kernel/setup_32.c +++ b/arch/x86/kernel/setup_32.c | |||
@@ -820,7 +820,7 @@ void __init setup_arch(char **cmdline_p) | |||
820 | #endif | 820 | #endif |
821 | 821 | ||
822 | e820_setup_gap(); | 822 | e820_setup_gap(); |
823 | e820_mark_nosave_regions(); | 823 | e820_mark_nosave_regions(max_low_pfn); |
824 | 824 | ||
825 | #ifdef CONFIG_VT | 825 | #ifdef CONFIG_VT |
826 | #if defined(CONFIG_VGA_CONSOLE) | 826 | #if defined(CONFIG_VGA_CONSOLE) |