[POWERPC] Fix CPU hotplug when using the SLB shadow buffer
authorMichael Neuling <mikey@neuling.org>
Fri, 11 Jan 2008 03:02:47 +0000 (14:02 +1100)
committerPaul Mackerras <paulus@samba.org>
Fri, 11 Jan 2008 05:33:55 +0000 (16:33 +1100)
Before we register the SLB shadow buffer, we need to invalidate the
entries in the buffer, otherwise we can end up stale entries from when
we previously offlined the CPU.

This does this invalidate as well as unregistering the buffer with
PHYP before we offline the cpu.  Tested and fixes crashes seen on
970MP (thanks to tonyb) and POWER5.

Signed-off-by: Michael Neuling <mikey@neuling.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>

No differences found