diff options
author | David Rientjes <rientjes@google.com> | 2014-07-31 10:53:47 +0400 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2014-07-31 19:05:44 +0400 |
commit | 11a8318ef5a69cdb9be61f726d6e078d70af6129 (patch) | |
tree | 4043e716cbcdb8137c75565a6e8d8ac381fe8896 /arch/x86/kernel/smpboot.c | |
parent | e76661ba09353efd04e3435ac15bb9444f5cf1fa (diff) | |
download | linux-11a8318ef5a69cdb9be61f726d6e078d70af6129.tar.xz |
x86, apic: Remove setup_portio_remap callback
Since commit b5660ba76b41 ("x86, platforms: Remove NUMAQ") removed NUMAQ,
the setup_portio_remap() apic callback has been obsolete. Remove it.
Signed-off-by: David Rientjes <rientjes@google.com>
Link: http://lkml.kernel.org/r/alpine.DEB.2.02.1407302351480.17503@chino.kir.corp.google.com
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'arch/x86/kernel/smpboot.c')
-rw-r--r-- | arch/x86/kernel/smpboot.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/x86/kernel/smpboot.c b/arch/x86/kernel/smpboot.c index f0f3b194e9f9..2d872e08fab9 100644 --- a/arch/x86/kernel/smpboot.c +++ b/arch/x86/kernel/smpboot.c @@ -1139,10 +1139,6 @@ void __init native_smp_prepare_cpus(unsigned int max_cpus) enable_IO_APIC(); bsp_end_local_APIC_setup(); - - if (apic->setup_portio_remap) - apic->setup_portio_remap(); - smpboot_setup_io_apic(); /* * Set up local APIC timer on boot CPU. |