| Submitter | Yong Zhang |
|---|---|
| Date | April 20, 2012, 3:36 a.m. |
| Message ID | <20120420033634.GA13068@zhy> |
| Download | mbox | patch |
| Permalink | /patch/153918/ |
| State | RFC |
| Delegated to: | David Miller |
| Headers | show |
Comments
From: Yong Zhang <yong.zhang0@gmail.com> Date: Fri, 20 Apr 2012 11:36:34 +0800 > diff --git a/arch/sparc/kernel/leon_smp.c b/arch/sparc/kernel/leon_smp.c > index 1210fde..bb017e7 100644 > --- a/arch/sparc/kernel/leon_smp.c > +++ b/arch/sparc/kernel/leon_smp.c > @@ -78,6 +78,8 @@ void __cpuinit leon_callin(void) > local_flush_tlb_all(); > leon_configure_cache_smp(); > > + notify_cpu_starting(cpuid); > + This is the most reasonable theory I've seen for this problem :-) -- To unsubscribe from this list: send the line "unsubscribe sparclinux" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Patch
diff --git a/arch/sparc/kernel/leon_smp.c b/arch/sparc/kernel/leon_smp.c index 1210fde..bb017e7 100644 --- a/arch/sparc/kernel/leon_smp.c +++ b/arch/sparc/kernel/leon_smp.c @@ -78,6 +78,8 @@ void __cpuinit leon_callin(void) local_flush_tlb_all(); leon_configure_cache_smp(); + notify_cpu_starting(cpuid); + /* Get our local ticker going. */ smp_setup_percpu_timer();