diff options
author | David S. Miller <davem@davemloft.net> | 2012-05-10 11:00:46 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-05-21 09:40:01 -0700 |
commit | 1c1cb5756a8d296bbc33fc844f97048dc09ee172 (patch) | |
tree | f2b9110ef1391ab7923c17a41c7b7024d98a8b40 /kernel | |
parent | 6f6f21eceec3a60d2066bb3b5e31dc14f9168fa7 (diff) | |
download | kernel_samsung_smdk4412-1c1cb5756a8d296bbc33fc844f97048dc09ee172.zip kernel_samsung_smdk4412-1c1cb5756a8d296bbc33fc844f97048dc09ee172.tar.gz kernel_samsung_smdk4412-1c1cb5756a8d296bbc33fc844f97048dc09ee172.tar.bz2 |
sparc64: Do not clobber %g2 in xcall_fetch_glob_regs().
[ Upstream commit a5a737e090e25981e99d69f01400e3a80356581c ]
%g2 is meant to hold the CPUID number throughout this routine, since
at the very beginning, and at the very end, we use %g2 to calculate
indexes into per-cpu arrays.
However we erroneously clobber it in order to hold the %cwp register
value mid-stream.
Fix this code to use %g3 for the %cwp read and related calulcations
instead.
Reported-by: Meelis Roos <mroos@linux.ee>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions