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.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/mach-generic/numaq.c b/arch/x86/mach-generic/numaq.c
index eb7d56a521d4..135b1832ad80 100644
--- a/arch/x86/mach-generic/numaq.c
+++ b/arch/x86/mach-generic/numaq.c
@@ -97,10 +97,10 @@ struct genapic apic_numaq = {
97 .cpu_mask_to_apicid = numaq_cpu_mask_to_apicid, 97 .cpu_mask_to_apicid = numaq_cpu_mask_to_apicid,
98 .cpu_mask_to_apicid_and = numaq_cpu_mask_to_apicid_and, 98 .cpu_mask_to_apicid_and = numaq_cpu_mask_to_apicid_and,
99 99
100 .send_IPI_mask = send_IPI_mask, 100 .send_IPI_mask = numaq_send_IPI_mask,
101 .send_IPI_mask_allbutself = NULL, 101 .send_IPI_mask_allbutself = NULL,
102 .send_IPI_allbutself = send_IPI_allbutself, 102 .send_IPI_allbutself = numaq_send_IPI_allbutself,
103 .send_IPI_all = send_IPI_all, 103 .send_IPI_all = numaq_send_IPI_all,
104 .send_IPI_self = NULL, 104 .send_IPI_self = NULL,
105 105
106 .wakeup_cpu = NULL, 106 .wakeup_cpu = NULL,