diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-05-19 18:08:06 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-05-19 18:08:06 -0700 |
commit | 08b5d06ec6cff1d952f13cfcffcbf41ff0ce2c86 (patch) | |
tree | 0d087f009b80bdf54f22fdb78437af790c1afc27 /arch/x86/kernel/head32.c | |
parent | 13588209aa90d9c8e502750fc86160314555612f (diff) | |
parent | 5d94e81f69d4b1d1102d3ab557ce0a817c11fbbb (diff) | |
download | op-kernel-dev-08b5d06ec6cff1d952f13cfcffcbf41ff0ce2c86.zip op-kernel-dev-08b5d06ec6cff1d952f13cfcffcbf41ff0ce2c86.tar.gz |
Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
* 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:
x86: Introduce pci_map_biosrom()
x86, olpc: Use device tree for platform identification
Diffstat (limited to 'arch/x86/kernel/head32.c')
-rw-r--r-- | arch/x86/kernel/head32.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kernel/head32.c b/arch/x86/kernel/head32.c index d6d6bb3..3bb0850 100644 --- a/arch/x86/kernel/head32.c +++ b/arch/x86/kernel/head32.c @@ -23,7 +23,6 @@ static void __init i386_default_early_setup(void) { /* Initialize 32bit specific setup functions */ - x86_init.resources.probe_roms = probe_roms; x86_init.resources.reserve_resources = i386_reserve_resources; x86_init.mpparse.setup_ioapic_ids = setup_ioapic_ids_from_mpc; |