projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3769e7b
)
x86: unify genapic code, unify subarchitectures, remove old subarchitecture code...
author
Suresh Siddha
<suresh.b.siddha@intel.com>
Thu, 29 Jan 2009 20:11:08 +0000
(12:11 -0800)
committer
Ingo Molnar
<mingo@elte.hu>
Thu, 29 Jan 2009 20:25:28 +0000
(21:25 +0100)
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>
arch/x86/kernel/probe_32.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/kernel/probe_32.c
b/arch/x86/kernel/probe_32.c
index 61339a0d55cf6246eb9bea67309c47de015da6f1..b5db26f8e069422689039ba6daf52c1fb07b0894 100644
(file)
--- a/
arch/x86/kernel/probe_32.c
+++ b/
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,