From: David S. Miller Date: Sun, 6 Dec 2009 01:17:55 +0000 (-0800) Subject: sparc: Set UTS_MACHINE correctly. X-Git-Tag: v2.6.33-rc1~389^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f5620a5fcd658f219e85831d3691908f1eccbde;p=pandora-kernel.git sparc: Set UTS_MACHINE correctly. "ARCH" can be just about anything, so we shouldn't end up with UTS_MACHINE of "sparc" in a 64-bit kernel build just because someone set the personality using 'sparc32' or similar. CONFIG_SPARC64 drives the compilation and therefore provides the definitive value, not "ARCH". This mirrors commit 8c6531f7a99f29ba8817ffb12cc9ecf190049bd6 (x86: correctly set UTS_MACHINE for "make ARCH=x86") Signed-off-by: David S. Miller --- Reading git-diff-tree failed