summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/apic/bigsmp_32.c
diff options
context:
space:
mode:
authorDavid Rientjes <rientjes@google.com>2014-07-31 06:53:51 (GMT)
committerH. Peter Anvin <hpa@zytor.com>2014-07-31 15:05:44 (GMT)
commit2f078b9cb8798cdabb7c2ff24b0b683eea546f96 (patch)
treeddca68eaf7fab7b6c98299f0de84a307fb950724 /arch/x86/kernel/apic/bigsmp_32.c
parent11a8318ef5a69cdb9be61f726d6e078d70af6129 (diff)
downloadlinux-2f078b9cb8798cdabb7c2ff24b0b683eea546f96.tar.xz
x86, apic: Remove enable_apic_mode callback
The enable_apic_mode() apic callback is never called, so remove it. Signed-off-by: David Rientjes <rientjes@google.com> Link: http://lkml.kernel.org/r/alpine.DEB.2.02.1407302352320.17503@chino.kir.corp.google.com Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'arch/x86/kernel/apic/bigsmp_32.c')
-rw-r--r--arch/x86/kernel/apic/bigsmp_32.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kernel/apic/bigsmp_32.c b/arch/x86/kernel/apic/bigsmp_32.c
index 349465a..c4a8d63 100644
--- a/arch/x86/kernel/apic/bigsmp_32.c
+++ b/arch/x86/kernel/apic/bigsmp_32.c
@@ -172,7 +172,6 @@ static struct apic apic_bigsmp = {
.cpu_present_to_apicid = bigsmp_cpu_present_to_apicid,
.apicid_to_cpu_present = physid_set_mask_of_physid,
.check_phys_apicid_present = bigsmp_check_phys_apicid_present,
- .enable_apic_mode = NULL,
.phys_pkg_id = bigsmp_phys_pkg_id,
.get_apic_id = bigsmp_get_apic_id,