x86: Add probe_roms to x86_init
authorThomas Gleixner <tglx@linutronix.de>
Wed, 19 Aug 2009 12:43:56 +0000 (14:43 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 27 Aug 2009 15:12:52 +0000 (17:12 +0200)
commitf7cf5a5b8c0e59eac8d30b62271cb0fa52e53ebc
tree9ab5f0e8e895681a326dd94cb969c950c03271aa
parent57844a8f8e29802f37ad9a0f94eb11d6ae358603
x86: Add probe_roms to x86_init

probe_roms is only used on 32bit. Add it to the x86_init ops and
remove the #ifdefs.

Default initializer is x86_init_noop() which is overridden in
the 32bit boot code.

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