x86/boot/e820: Rename everything to e820_table
[sfrench/cifs-2.6.git] / tools / lguest / lguest.c
index 92a1fe3c07eb49cc1fe78ba0a381133d6c882a1a..3819e23a173e935a00395c45be41a2cf46589783 100644 (file)
@@ -3339,7 +3339,7 @@ int main(int argc, char *argv[])
         * simple, single region.
         */
        boot->e820_entries = 1;
-       boot->e820_array[0] = ((struct e820_entry) { 0, mem, E820_RAM });
+       boot->e820_table[0] = ((struct e820_entry) { 0, mem, E820_RAM });
        /*
         * The boot header contains a command line pointer: we put the command
         * line after the boot header.