1
0

[PATCH] i386: Move find_max_pfn function to e820.c

Move more code from setup.c into e820.c

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Andi Kleen <ak@suse.de>
This commit is contained in:
bibo,mao
2006-12-07 02:14:06 +01:00
committed by Andi Kleen
parent 8e3342f736
commit b2dff6a88c
3 changed files with 53 additions and 55 deletions

View File

@@ -38,6 +38,7 @@ extern struct e820map e820;
extern int e820_all_mapped(unsigned long start, unsigned long end,
unsigned type);
extern void find_max_pfn(void);
#endif/*!__ASSEMBLY__*/