Skip to content

Commit

Permalink
x86: unify genapic code, unify subarchitectures, remove old subarchit…
Browse files Browse the repository at this point in the history
…ecture 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>
  • Loading branch information
Suresh Siddha authored and Ingo Molnar committed Jan 29, 2009
1 parent 3769e7b commit fbeb2ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/kernel/probe_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit fbeb2ca

Please sign in to comment.