bibo,mao
cef518e88b
[PATCH] i386: Move memory map printing and other code to e820.c
This patch moves e820 memory map print and memmap boot param
parsing function from setup.c to e820.c, also adds limit_regions
and print_memory_map declaration in header file.
Signed-off-by: bibo,mao <bibo.mao@intel.com>
Signed-off-by: Andi Kleen <ak@suse.de>
arch/i386/kernel/e820.c | 152 +++++++++++++++++++++++++++
arch/i386/kernel/setup.c | 158 ---------------------------------
include/asm-i386/e820.h | 2
arch/i386/kernel/e820.c | 152 ++++++++++++++++++++++++++++++++++++++++++++++
arch/i386/kernel/setup.c | 153 -----------------------------------------------
include/asm-i386/e820.h | 2
3 files changed, 155 insertions(+), 152 deletions(-)
2006-12-07 02:14:06 +01:00
..
2006-12-01 14:52:01 -08:00
2006-12-02 21:23:01 -08:00
2006-12-04 13:12:29 -08:00
2006-12-02 21:23:16 -08:00
2006-12-04 19:41:15 -08:00
2006-12-02 21:23:02 -08:00
2006-12-02 21:23:03 -08:00
2006-12-07 02:14:03 +01:00
2006-12-04 19:41:15 -08:00
2006-12-07 02:14:06 +01:00
2006-12-02 21:23:05 -08:00
2006-12-02 21:23:06 -08:00
2006-12-02 21:23:07 -08:00
2006-12-04 08:28:47 -08:00
2006-12-04 19:41:15 -08:00
2006-12-02 21:23:10 -08:00
2006-12-04 19:41:15 -08:00
2006-12-04 20:42:04 +11:00
2006-12-04 19:41:15 -08:00
2006-12-04 19:41:15 -08:00
2006-12-02 21:23:11 -08:00
2006-12-02 21:23:22 -08:00
2006-12-02 21:23:23 -08:00
2006-12-01 14:52:01 -08:00
2006-12-02 21:23:13 -08:00
2006-12-07 02:14:04 +01:00
2006-12-02 21:23:24 -08:00
2006-12-07 02:14:05 +01:00
2006-10-03 15:13:48 -03:00
2006-12-04 02:00:34 -05:00
2006-12-04 20:09:15 -05:00
2006-11-29 15:33:10 -08:00
2006-12-05 16:09:46 -08:00
2006-12-04 02:00:36 -05:00
2006-10-03 23:01:26 +02:00