Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

x86: unify genapic code, unify subarchitectures, remove old subarchitecture code, xapic fix

xapic fix for 32bit platform with less than 8 cpu's.

Signed-off-by: Suresh Siddha <suresh.b.siddha@intel.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

authored by

Suresh Siddha and committed by
Ingo Molnar
fbeb2ca0 3769e7b4

+1 -1
+1 -1
arch/x86/kernel/probe_32.c
··· 113 113 .cpu_mask_to_apicid_and = default_cpu_mask_to_apicid_and, 114 114 115 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 117 .send_IPI_allbutself = default_send_IPI_allbutself, 118 118 .send_IPI_all = default_send_IPI_all, 119 119 .send_IPI_self = NULL,