Skip to content

Commit

Permalink
[PATCH] Move e820 map into e820.c
Browse files Browse the repository at this point in the history
Minor cleanup. Keep setup.c free from unrelated clutter.

Signed-off-by: Andi Kleen <ak@suse.de>
  • Loading branch information
Andi Kleen authored and Andi Kleen committed Sep 26, 2006
1 parent c31fbb1 commit 3bd4d18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions arch/x86_64/kernel/e820.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
#include <asm/bootsetup.h>
#include <asm/sections.h>

struct e820map e820 __initdata;

/*
* PFN of last memory page.
*/
Expand Down
1 change: 0 additions & 1 deletion arch/x86_64/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 3bd4d18

Please sign in to comment.