lkml.org 
[lkml]   [2009]   [Jan]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: x86: unify genapic code, unify subarchitectures, remove old subarchitecture code
On Thu, Jan 29, 2009 at 03:27:00AM -0800, Ingo Molnar wrote:
> Did it work fine on xapic otherwise?

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

Signed-off-by: Suresh Siddha <suresh.b.siddha@intel.com>
---
diff --git a/arch/x86/kernel/probe_32.c b/arch/x86/kernel/probe_32.c
index 61339a0..b5db26f 100644
--- 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,

\
 
 \ /
  Last update: 2009-01-29 21:13    [W:0.137 / U:0.068 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site