]> pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] i386: i386 create e820.c to handle standard io/mem resources
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)
commit269c2d81ed66af7c09a1619ffe165f03e7470a5b
treed613830e37d539f41582a213544c70c26d9a5fb1
parent8e3de538eec95b57a5b86038988451c38ba83f7e
[PATCH] i386: i386 create e820.c to handle standard io/mem resources

This patch creates new file named e820.c to hanle standard io/mem
resources, moving request_standard_resources function from setup.c
to e820.c. Also this patch modifies Makfile to compile file e820.c.

Signed-off-by: bibo,mao <bibo.mao@intel.com>
Signed-off-by: Andi Kleen <ak@suse.de>
 Makefile |    2
 arch/i386/kernel/Makefile |    2
 arch/i386/kernel/e820.c   |  289 ++++++++++++++++++++++++++++++++++++++++++++++
 arch/i386/kernel/setup.c  |  276 -------------------------------------------
 3 files changed, 293 insertions(+), 274 deletions(-)
arch/i386/kernel/Makefile
arch/i386/kernel/e820.c [new file with mode: 0644]
arch/i386/kernel/setup.c