From: Sam Ravnborg Date: Mon, 12 Nov 2007 19:14:19 +0000 (+0100) Subject: x86: do not use $(ARCH) when not needed X-Git-Tag: v2.6.24-rc3~15^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d746d647f31bd3664f4a23985b78654129ffc1db;p=pandora-kernel.git x86: do not use $(ARCH) when not needed For x86 ARCH may say i386 or x86_64 and soon x86. Rely on CONFIG_X64_32 to select between 32/64 or just hardcode the value as appropriate. Signed-off-by: Sam Ravnborg Cc: Thomas Gleixner Cc: Ingo Molnar Cc: "H. Peter Anvin" --- Reading git-diff-tree failed