]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[SPARC64]: Fix powering off on SMP.
authorDavid S. Miller <davem@davemloft.net>
Fri, 14 Oct 2005 22:26:08 +0000 (15:26 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 14 Oct 2005 22:26:08 +0000 (15:26 -0700)
commitb4d1b825785847cddee6d104113da913f2ca8efb
treeb491001940d86d6e3325300056aeda4158f6ef84
parentf75884d28a6eae5a422d0454b982da3842f777af
[SPARC64]: Fix powering off on SMP.

Doing a "SUNW,stop-self" firmware call on the other cpus is not the
correct thing to do when dropping into the firmware for a halt,
reboot, or power-off.

For now, just do nothing to quiet the other cpus, as the system should
be quiescent enough.  Later we may decide to implement smp_send_stop()
like the other SMP platforms do.

Based upon a report from Christopher Zimmermann.

Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc64/kernel/smp.c
arch/sparc64/mm/ultra.S
arch/sparc64/prom/misc.c