x86: do not use $(ARCH) when not needed
authorSam Ravnborg <sam@ravnborg.org>
Mon, 12 Nov 2007 19:14:19 +0000 (20:14 +0100)
committerSam Ravnborg <sam@ravnborg.org>
Mon, 12 Nov 2007 20:02:20 +0000 (21:02 +0100)
commitd746d647f31bd3664f4a23985b78654129ffc1db
tree6caa461f889220551adb460e2f74b00d51c0e076
parent2a113281f5cd2febbab21a93c8943f8d3eece4d3
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 <sam@ravnborg.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Makefile
arch/x86/Makefile
arch/x86/Makefile_32
arch/x86/Makefile_64
arch/x86/boot/Makefile
arch/x86/kernel/Makefile_32
arch/x86/kernel/Makefile_64
arch/x86/vdso/Makefile