[POWERPC] Make iSeries spin on __secondary_hold_spinloop, like pSeries
authorTony Breeds <tony@bakeyournoodle.com>
Thu, 24 Apr 2008 03:43:49 +0000 (13:43 +1000)
committerPaul Mackerras <paulus@samba.org>
Thu, 24 Apr 2008 10:58:03 +0000 (20:58 +1000)
commit9cb82f2f4692293a27c578c3038518ce4477de72
tree77626f4d774fc6a9414965b69c37af472f814b15
parent4ae2dcb633c751cfd27deeea5a8b13db35a84d9a
[POWERPC] Make iSeries spin on __secondary_hold_spinloop, like pSeries

Currently all iSeries secondary CPUs spin directly on the cpu_start
field in their paca.  Make them spin on the global
__secondary_hold_spinloop until after the pacas have been initialised.

As Stephen Rothwell points out, this works at the moment because
__secondary_hold_spinloop is being set already, but iSeries isn't
looking at it :)

Signed-off-by: Tony Breeds <tony@bakeyournoodle.com>
Acked-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/platforms/iseries/exception.S