diff --git a/[refs] b/[refs] index 8cbbded7e82c..e4296a4aded6 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3769e7b4d8ef113e08221a210f849ba57475aff5 +refs/heads/master: fbeb2ca0224182033f196cf8f63989c3e6b90aba diff --git a/trunk/arch/x86/kernel/probe_32.c b/trunk/arch/x86/kernel/probe_32.c index 61339a0d55cf..b5db26f8e069 100644 --- a/trunk/arch/x86/kernel/probe_32.c +++ b/trunk/arch/x86/kernel/probe_32.c @@ -113,7 +113,7 @@ struct genapic apic_default = { .cpu_mask_to_apicid_and = default_cpu_mask_to_apicid_and, .send_IPI_mask = default_send_IPI_mask, - .send_IPI_mask_allbutself = NULL, + .send_IPI_mask_allbutself = default_send_IPI_mask_allbutself, .send_IPI_allbutself = default_send_IPI_allbutself, .send_IPI_all = default_send_IPI_all, .send_IPI_self = NULL,