x86: Separate early_res related code from e820.c
authorYinghai Lu <yinghai@kernel.org>
Wed, 10 Feb 2010 09:20:24 +0000 (01:20 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Fri, 12 Feb 2010 17:42:38 +0000 (09:42 -0800)
commita678c2be75773e112f6d656a22a7f1645c4dbd6c
tree5c2220110d7733d935eb2e5fa3d84e3b43d0ac20
parentdb8f77c889542b09457b8b97efb311343c99a75d
x86: Separate early_res related code from e820.c

... to make e820.c smaller.

-v2: fix 32bit compiling with MAX_DMA32_PFN

Signed-off-by: Yinghai Lu <yinghai@kernel.org>
LKML-Reference: <1265793639-15071-21-git-send-email-yinghai@kernel.org>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
arch/x86/include/asm/e820.h
arch/x86/include/asm/early_res.h [new file with mode: 0644]
arch/x86/kernel/Makefile
arch/x86/kernel/e820.c
arch/x86/kernel/early_res.c [new file with mode: 0644]