aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mach-generic/numaq.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/mach-generic/numaq.c')
-rw-r--r--arch/x86/mach-generic/numaq.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/arch/x86/mach-generic/numaq.c b/arch/x86/mach-generic/numaq.c
index fa486ca49c0a..9691b4e1654d 100644
--- a/arch/x86/mach-generic/numaq.c
+++ b/arch/x86/mach-generic/numaq.c
@@ -31,12 +31,6 @@ static int probe_numaq(void)
31 return found_numaq; 31 return found_numaq;
32} 32}
33 33
34/* Hook from generic ACPI tables.c */
35static int acpi_madt_oem_check(char *oem_id, char *oem_table_id)
36{
37 return 0;
38}
39
40static void vector_allocation_domain(int cpu, cpumask_t *retmask) 34static void vector_allocation_domain(int cpu, cpumask_t *retmask)
41{ 35{
42 /* Careful. Some cpus do not strictly honor the set of cpus 36 /* Careful. Some cpus do not strictly honor the set of cpus
@@ -54,7 +48,7 @@ struct genapic apic_numaq = {
54 48
55 .name = "NUMAQ", 49 .name = "NUMAQ",
56 .probe = probe_numaq, 50 .probe = probe_numaq,
57 .acpi_madt_oem_check = acpi_madt_oem_check, 51 .acpi_madt_oem_check = NULL,
58 .apic_id_registered = apic_id_registered, 52 .apic_id_registered = apic_id_registered,
59 53
60 .int_delivery_mode = INT_DELIVERY_MODE, 54 .int_delivery_mode = INT_DELIVERY_MODE,