]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
x86: move e820_mark_nosave_regions to e820.c
authorYinghai Lu <yhlu.kernel@gmail.com>
Wed, 21 May 2008 03:10:58 +0000 (20:10 -0700)
committerThomas Gleixner <tglx@linutronix.de>
Sun, 25 May 2008 09:35:53 +0000 (11:35 +0200)
commitbf62f3981c7076714e3b9f5fa6989a806cad02bf
tree8c47942af4b670d6381e853ff22f085b336ebc68
parentaafbdf71f1d3aeffd679b1a86e1b28f71515856c
x86: move e820_mark_nosave_regions to e820.c

and make e820_mark_nosave_regions to take limit_pfn to use max_low_pfn
for 32bit and end_pfn for 64bit

Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/kernel/e820.c
arch/x86/kernel/e820_32.c
arch/x86/kernel/e820_64.c
arch/x86/kernel/setup_32.c
arch/x86/kernel/setup_64.c
include/asm-x86/e820.h
include/asm-x86/e820_32.h
include/asm-x86/e820_64.h