summaryrefslogtreecommitdiff
path: root/arch/xtensa/boot
diff options
context:
space:
mode:
authorMichael Holzheu <holzheu@linux.vnet.ibm.com>2012-05-24 16:38:26 +0400
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2012-05-30 11:04:51 +0400
commit061da3dfb291570e780169918933ba51c2b7d554 (patch)
tree6f41ed465199eb7c5a8b31ff6b834c0b5aa2565e /arch/xtensa/boot
parent73bf463efaba6a1efe69349c6d7275d03468adf4 (diff)
downloadlinux-061da3dfb291570e780169918933ba51c2b7d554.tar.xz
s390/kernel: Fix smp_call_ipl_cpu() for offline CPUs
If the IPL CPU is offline, currently the pcpu_delegate() function used by smp_call_ipl_cpu() does not work because pcpu_delegate() modifies the lowcore of the target CPU. In case of an offline IPL CPU currently the prefix register is zero but pcpu->lowcore still points to the old prefix page. Therefore the lowcore changes done by pcpu_delegate() have no effect. With this fix pcpu_delegate() now uses memcpy_absolute() and therefore also prepares the absolute zero lowcore if the target CPU has prefix register zero. Signed-off-by: Michael Holzheu <holzheu@linux.vnet.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/xtensa/boot')
0 files changed, 0 insertions, 0 deletions