diff options
author | David Rientjes <rientjes@google.com> | 2014-07-31 06:53:47 (GMT) |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2014-07-31 15:05:44 (GMT) |
commit | 11a8318ef5a69cdb9be61f726d6e078d70af6129 (patch) | |
tree | 4043e716cbcdb8137c75565a6e8d8ac381fe8896 /arch/x86/include | |
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/include')
-rw-r--r-- | arch/x86/include/asm/apic.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/asm/apic.h b/arch/x86/include/asm/apic.h index d8da5fc..e776ed2 100644 --- a/arch/x86/include/asm/apic.h +++ b/arch/x86/include/asm/apic.h @@ -302,7 +302,6 @@ struct apic { void (*setup_apic_routing)(void); int (*cpu_present_to_apicid)(int mps_cpu); void (*apicid_to_cpu_present)(int phys_apicid, physid_mask_t *retmap); - void (*setup_portio_remap)(void); int (*check_phys_apicid_present)(int phys_apicid); void (*enable_apic_mode)(void); int (*phys_pkg_id)(int cpuid_apic, int index_msb); |