commit | b332b8bc9c67165eabdfc7d10b4a2e4cc9f937d0 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@sunset.davemloft.net> | Fri Dec 07 00:58:55 2007 -0800 |
committer | David S. Miller <davem@sunset.davemloft.net> | Fri Dec 07 01:10:14 2007 -0800 |
tree | de3ab55f4519918fc77b90765a185973b282993d | |
parent | f194d132e4971111f85c18c96067acffb13cee6d [diff] |
[SPARC64]: Fix memory controller register access when non-SMP. get_cpu() always returns zero on non-SMP builds, but we really want the physical cpu number in this code in order to do the right thing. Based upon a non-SMP kernel boot failure report from Bernd Zeimetz. Signed-off-by: David S. Miller <davem@davemloft.net>