From: David S. Miller Date: Fri, 7 Dec 2007 08:58:55 +0000 (-0800) Subject: [SPARC64]: Fix memory controller register access when non-SMP. X-Git-Tag: v2.6.24-rc5~53^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b332b8bc9c67165eabdfc7d10b4a2e4cc9f937d0;p=pandora-kernel.git [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 --- Reading git-diff-tree failed