]> nv-tegra.nvidia Code Review - linux-3.10.git/commit
x86: Add request_standard_resources to x86_init
authorThomas Gleixner <tglx@linutronix.de>
Wed, 19 Aug 2009 12:55:50 +0000 (14:55 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 27 Aug 2009 15:12:52 +0000 (17:12 +0200)
commit8fee697d990c54976c8dc167270633299e2515d2
tree2236f4907bf6586892df8412224c415581311948
parentf7cf5a5b8c0e59eac8d30b62271cb0fa52e53ebc
x86: Add request_standard_resources to x86_init

The 32bit and the 64bit code are slighty different in the reservation
of standard resources. Also the upcoming Moorestown support needs its
own version of that.

Add it to x86_init_ops and initialize it with the 64bit default. 32bit
overrides it in early boot. Now moorestown can add it's own override
w/o sprinkling the code with more #ifdefs

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/include/asm/setup.h
arch/x86/include/asm/x86_init.h
arch/x86/kernel/head32.c
arch/x86/kernel/setup.c
arch/x86/kernel/x86_init.c