From: Robert Reif <reif@xxxxxxxxxxxxx> Date: Fri, 19 Sep 2008 22:27:13 -0400 > > @@ -272,17 +272,18 @@ smp4m_ticker: > > */ > > maybe_smp4m_msg: > > GET_PROCESSOR4M_ID(o3) > > - set sun4m_interrupts, %l5 > > - ld [%l5], %o5 > > + sethi %hi(sun4m_irq_percpu), %l5 > > + sll %o3, 2, %o3 > > + or %l5, %lo(sun4m_irq_percpu), %l5 > > > This patch works SMP when this line is changed to: > or %l5, %lo(sun4m_irq_percpu), %o5 Thanks a lot Robert, I'll fix that up and check this in. -- To unsubscribe from this list: send the line "unsubscribe sparclinux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html