commit | 8e3342f736dd1c19ce7c28625dedd7d8730fc7ad | [log] [tgz] |
---|---|---|
author | bibo,mao <bibo.mao@intel.com> | Thu Dec 07 02:14:06 2006 +0100 |
committer | Andi Kleen <andi@basil.nowhere.org> | Thu Dec 07 02:14:06 2006 +0100 |
tree | aa20a02988e3b65977d52014ec147d600ee372c6 | |
parent | 269c2d81ed66af7c09a1619ffe165f03e7470a5b [diff] |
[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(-)