]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
powerpc: Fix for getting CPU number in power_save_ppc32_restore()
authorKumar Gala <galak@kernel.crashing.org>
Tue, 26 Aug 2008 02:08:56 +0000 (12:08 +1000)
committerPaul Mackerras <paulus@samba.org>
Wed, 3 Sep 2008 10:53:47 +0000 (20:53 +1000)
commit7888bc2b4778fda267a6e6422c4497dba865a47a
tree3cc3039536a510361aaea6031f400b30b8bc6253
parent94ee815c05c9387931e549d83312d30009ed86e9
powerpc: Fix for getting CPU number in power_save_ppc32_restore()

The calculation to get TI_CPU based off of SPRG3 was just plain wrong,
meaning that we were getting garbage for the CPU number on 6xx/G3/G4
based SMP boxes in this code.

Just offset off the stack pointer (to get to thread_info) like all the
other references to TI_CPU do.

This was pointed out by Chen Gong <G.Chen@freescale.com>

[paulus@samba.org - use rlwinm r12,r11,... instead of
 rlwinm r12,r1,...; tophys()]

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/kernel/idle_6xx.S
arch/powerpc/kernel/idle_e500.S