[PATCH] i386: create e820.c for e820 map sanitize and copy function
authorbibo,mao <bibo.mao@intel.com>
Thu, 7 Dec 2006 01:14:06 +0000 (02:14 +0100)
committerAndi Kleen <andi@basil.nowhere.org>
Thu, 7 Dec 2006 01:14:06 +0000 (02:14 +0100)
commit8e3342f736dd1c19ce7c28625dedd7d8730fc7ad
treeaa20a02988e3b65977d52014ec147d600ee372c6
parent269c2d81ed66af7c09a1619ffe165f03e7470a5b
[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 <bibo.mao@intel.com>
Signed-off-by: Andi Kleen <ak@suse.de>
 arch/i386/kernel/e820.c  |  252 +++++++++++++++++++++++++++++++++++++++++++++++
 arch/i386/kernel/setup.c |  240 --------------------------------------------
 2 files changed, 252 insertions(+), 240 deletions(-)
arch/i386/kernel/e820.c
arch/i386/kernel/setup.c