x86: move e820_mark_nosave_regions to e820.c
[deliverable/linux.git] / arch / x86 / kernel / setup_32.c
index 3c451d143ebab6e872eb14793a2cd99a8a942bd9..e1173aecf69a705a6d3f2311da8b137c55c912ea 100644 (file)
@@ -820,7 +820,7 @@ void __init setup_arch(char **cmdline_p)
 #endif
 
        e820_setup_gap();
-       e820_mark_nosave_regions();
+       e820_mark_nosave_regions(max_low_pfn);
 
 #ifdef CONFIG_VT
 #if defined(CONFIG_VGA_CONSOLE)
This page took 0.025344 seconds and 5 git commands to generate.