x86/e820: Prepare e280 code for switch to dynamic storage
[cascardo/linux.git] / arch / x86 / xen / setup.c
index 1764252..f8960fc 100644 (file)
@@ -861,7 +861,7 @@ char * __init xen_memory_setup(void)
        e820_add_region(ISA_START_ADDRESS, ISA_END_ADDRESS - ISA_START_ADDRESS,
                        E820_RESERVED);
 
-       sanitize_e820_map(e820.map, ARRAY_SIZE(e820.map), &e820.nr_map);
+       sanitize_e820_map(e820->map, ARRAY_SIZE(e820->map), &e820->nr_map);
 
        /*
         * Check whether the kernel itself conflicts with the target E820 map.