Archived
14
0
Fork 0

[PATCH] Move e820 map into e820.c

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

Signed-off-by: Andi Kleen <ak@suse.de>
This commit is contained in:
Andi Kleen 2006-09-26 10:52:33 +02:00 committed by Andi Kleen
parent c31fbb1ad8
commit 3bd4d18cba
2 changed files with 2 additions and 1 deletions

View file

@ -24,6 +24,8 @@
#include <asm/bootsetup.h>
#include <asm/sections.h>
struct e820map e820 __initdata;
/*
* PFN of last memory page.
*/

View file

@ -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;