From: David S. Miller Date: Fri, 14 Oct 2005 22:26:08 +0000 (-0700) Subject: [SPARC64]: Fix powering off on SMP. X-Git-Tag: v2.6.14-rc5~43^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4d1b825785847cddee6d104113da913f2ca8efb;p=pandora-kernel.git [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 --- Reading git-diff-tree failed