Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3bd4d18c authored by Andi Kleen's avatar Andi Kleen Committed by Andi Kleen
Browse files

[PATCH] Move e820 map into e820.c



Minor cleanup. Keep setup.c free from unrelated clutter.

Signed-off-by: default avatarAndi Kleen <ak@suse.de>
parent c31fbb1a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -24,6 +24,8 @@
#include <asm/bootsetup.h>
#include <asm/sections.h>

struct e820map e820 __initdata;

/* 
 * PFN of last memory page.
 */
+0 −1
Original line number Diff line number Diff line
@@ -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;