All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4 v2] sparc32: SMP IPI patches
@ 2011-05-02 10:07 Daniel Hellstrom
  2011-05-16 20:08 ` David Miller
  2011-05-19 10:18 ` Daniel Hellstrom
  0 siblings, 2 replies; 3+ messages in thread
From: Daniel Hellstrom @ 2011-05-02 10:07 UTC (permalink / raw)
  To: sparclinux

Hello Dave,

I have made a new set of IPI patches, this time it includes patches for 
all SPARC32 architectures. It looks to me as if sun4d does not have a 
pending soft-IRQ register, so I handle it as a normal hard IRQ.

I'm not sure if I should add a STBAR/memory barrier or a spinlock to the 
sun4d implementation of smp4d_ipi_{single,mask_one,resched}. I'm a bit 
worried that the memory write happens after the IPI is generated to the 
other CPUs. Also, I'm not sure that IRQ14 is the best choice for IPI, 
the best is probably of put it on a separate IRQ but I don't know if 
there are free IRQs.

I hope that someone could try SMP on sun4m and sun4d with these patches.

Thanks,
Daniel

---

 arch/sparc/Kconfig                  |    3 +-
 arch/sparc/include/asm/cpudata_32.h |    5 ++
 arch/sparc/include/asm/leon.h       |    4 +-
 arch/sparc/include/asm/smp_32.h     |   22 +++----
 arch/sparc/kernel/entry.S           |   45 +++++++++++++-
 arch/sparc/kernel/irq.h             |    6 ++
 arch/sparc/kernel/irq_32.c          |   10 +++
 arch/sparc/kernel/leon_smp.c        |  109 
++++++++++++++++++++++++++++++++++-
 arch/sparc/kernel/smp_32.c          |   52 +++++++++++++++--
 arch/sparc/kernel/sun4d_irq.c       |    9 +++
 arch/sparc/kernel/sun4d_smp.c       |   79 +++++++++++++++++++++++++
 arch/sparc/kernel/sun4m_smp.c       |   29 +++++++++
 12 files changed, 345 insertions(+), 28 deletions(-)


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-05-19 10:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-02 10:07 [PATCH 0/4 v2] sparc32: SMP IPI patches Daniel Hellstrom
2011-05-16 20:08 ` David Miller
2011-05-19 10:18 ` Daniel Hellstrom

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.