From: bibo,mao Date: Thu, 7 Dec 2006 01:14:06 +0000 (+0100) Subject: [PATCH] i386: create e820.c for e820 map sanitize and copy function X-Git-Tag: v2.6.20-rc1~145^2^2~8^2~93 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e3342f736dd1c19ce7c28625dedd7d8730fc7ad;p=pandora-kernel.git [PATCH] i386: create e820.c for e820 map sanitize and copy function This patch moves bios e820 map sanitize and copy function from setup.c to e820.c Signed-off-by: bibo,mao Signed-off-by: Andi Kleen arch/i386/kernel/e820.c | 252 +++++++++++++++++++++++++++++++++++++++++++++++ arch/i386/kernel/setup.c | 240 -------------------------------------------- 2 files changed, 252 insertions(+), 240 deletions(-) --- Reading git-diff-tree failed