diff options
author | David Rientjes <rientjes@google.com> | 2014-07-31 10:53:43 +0400 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2014-07-31 19:05:43 +0400 |
commit | e76661ba09353efd04e3435ac15bb9444f5cf1fa (patch) | |
tree | a17803fb2ce2ae1aa05663455eedda7c52a75c04 /arch/x86/include/asm/apic.h | |
parent | 4c59f3e63d5a0673af8abbce64467a6b497c94d2 (diff) | |
download | linux-e76661ba09353efd04e3435ac15bb9444f5cf1fa.tar.xz |
x86, apic: Remove multi_timer_check callback
Since commit b5660ba76b41 ("x86, platforms: Remove NUMAQ") removed NUMAQ,
the multi_timer_check() 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.1407302351120.17503@chino.kir.corp.google.com
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'arch/x86/include/asm/apic.h')
-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 e1c0c2d4a961..d8da5fc6a54d 100644 --- a/arch/x86/include/asm/apic.h +++ b/arch/x86/include/asm/apic.h @@ -300,7 +300,6 @@ struct apic { void (*ioapic_phys_id_map)(physid_mask_t *phys_map, physid_mask_t *retmap); void (*setup_apic_routing)(void); - int (*multi_timer_check)(int apic, int irq); 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); |