commit | 1ca0c808c60f171c1949b0e7f3a4c0516855f7a0 | [log] [tgz] |
---|---|---|
author | Daniel Hellstrom <daniel@gaisler.com> | Mon May 02 00:08:52 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon May 16 13:07:43 2011 -0700 |
tree | f1183b243d2e8ed42006891d80e0d077cabaf5e1 | |
parent | d6d048192b1d22cb8f09da0cc936095ec2cb969c [diff] |
sparc32,leon: Implemented SMP IPIs for LEON CPU This patch implements SMP IPIs on LEON using software generated IRQs to signal between CPUs. The IPI IRQ number is set by using the ipi_num property in the device tree, or defaults to 13. LEON SMP systems should reserve IRQ 13 (and IRQ 15) to Linux in order for the defaults to work. Signed-off-by: Daniel Hellstrom <daniel@gaisler.com> Signed-off-by: David S. Miller <davem@davemloft.net>