Loading arch/x86_64/kernel/e820.c +2 −0 Original line number Diff line number Diff line Loading @@ -24,6 +24,8 @@ #include <asm/bootsetup.h> #include <asm/sections.h> struct e820map e820 __initdata; /* * PFN of last memory page. */ Loading arch/x86_64/kernel/setup.c +0 −1 Original line number Diff line number Diff line Loading @@ -97,7 +97,6 @@ struct sys_desc_table_struct { struct edid_info edid_info; EXPORT_SYMBOL_GPL(edid_info); struct e820map e820; extern int root_mountflags; Loading Loading
arch/x86_64/kernel/e820.c +2 −0 Original line number Diff line number Diff line Loading @@ -24,6 +24,8 @@ #include <asm/bootsetup.h> #include <asm/sections.h> struct e820map e820 __initdata; /* * PFN of last memory page. */ Loading
arch/x86_64/kernel/setup.c +0 −1 Original line number Diff line number Diff line Loading @@ -97,7 +97,6 @@ struct sys_desc_table_struct { struct edid_info edid_info; EXPORT_SYMBOL_GPL(edid_info); struct e820map e820; extern int root_mountflags; Loading