aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/kernel/probe_32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/probe_32.c b/arch/x86/kernel/probe_32.c
index 61339a0d55cf..b5db26f8e069 100644
--- a/arch/x86/kernel/probe_32.c
+++ b/arch/x86/kernel/probe_32.c
@@ -113,7 +113,7 @@ struct genapic apic_default = {
113 .cpu_mask_to_apicid_and = default_cpu_mask_to_apicid_and, 113 .cpu_mask_to_apicid_and = default_cpu_mask_to_apicid_and,
114 114
115 .send_IPI_mask = default_send_IPI_mask, 115 .send_IPI_mask = default_send_IPI_mask,
116 .send_IPI_mask_allbutself = NULL, 116 .send_IPI_mask_allbutself = default_send_IPI_mask_allbutself,
117 .send_IPI_allbutself = default_send_IPI_allbutself, 117 .send_IPI_allbutself = default_send_IPI_allbutself,
118 .send_IPI_all = default_send_IPI_all, 118 .send_IPI_all = default_send_IPI_all,
119 .send_IPI_self = NULL, 119 .send_IPI_self = NULL,