diff options
author | David Rientjes <rientjes@google.com> | 2014-07-31 08:53:37 +0200 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2014-07-31 17:05:42 +0200 |
commit | 658ffd7e6f5ce62e15df99df5f9e181d76ffda8e (patch) | |
tree | 5b8b3cffcdbd653374923fd25d9911485894d6fd /arch/x86/kernel/apic/x2apic_uv_x.c | |
parent | x86, apic: Remove mps_oem_check callback (diff) | |
download | linux-658ffd7e6f5ce62e15df99df5f9e181d76ffda8e.tar.xz linux-658ffd7e6f5ce62e15df99df5f9e181d76ffda8e.zip |
x86, apic: Remove check_apicid_present callback
The check_apicid_present() apic callback is never called, so remove it
and functions that implement it.
Signed-off-by: David Rientjes <rientjes@google.com>
Link: http://lkml.kernel.org/r/alpine.DEB.2.02.1407302350160.17503@chino.kir.corp.google.com
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'arch/x86/kernel/apic/x2apic_uv_x.c')
-rw-r--r-- | arch/x86/kernel/apic/x2apic_uv_x.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kernel/apic/x2apic_uv_x.c b/arch/x86/kernel/apic/x2apic_uv_x.c index 119c55377640..633732f10d5a 100644 --- a/arch/x86/kernel/apic/x2apic_uv_x.c +++ b/arch/x86/kernel/apic/x2apic_uv_x.c @@ -365,7 +365,6 @@ static struct apic __refdata apic_x2apic_uv_x = { .disable_esr = 0, .dest_logical = APIC_DEST_LOGICAL, .check_apicid_used = NULL, - .check_apicid_present = NULL, .vector_allocation_domain = default_vector_allocation_domain, .init_apic_ldr = uv_init_apic_ldr, |