x86, apic: Remove multi_timer_check callback

Since commit b5660ba76b ("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>
此提交包含在:
David Rientjes
2014-07-30 23:53:43 -07:00
提交者 H. Peter Anvin
父節點 4c59f3e63d
當前提交 e76661ba09
共有 10 個檔案被更改,包括 0 行新增26 行删除

查看文件

@@ -94,7 +94,6 @@ static struct apic apic_default = {
.ioapic_phys_id_map = default_ioapic_phys_id_map,
.setup_apic_routing = setup_apic_flat_routing,
.multi_timer_check = NULL,
.cpu_present_to_apicid = default_cpu_present_to_apicid,
.apicid_to_cpu_present = physid_set_mask_of_physid,
.setup_portio_remap = NULL,