]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
x86: unify arch/x86/mm/Makefile
authorH. Peter Anvin <hpa@zytor.com>
Thu, 17 Apr 2008 15:40:45 +0000 (17:40 +0200)
committerIngo Molnar <mingo@elte.hu>
Thu, 17 Apr 2008 15:40:45 +0000 (17:40 +0200)
commit2596e0fae094be9354b29ddb17e6326a18012e8c
treebaab7005e3734af7cb59fdb9b1f2f5f3ff9b254a
parentee7ae7a1981caaa4a5b14d8c75692a9dccd52105
x86: unify arch/x86/mm/Makefile

Unify arch/x86/mm/Makefile between 32 and 64 bits.

All configuration variables that are protected by Kconfig constraints
have been put in the common part of the Makefile; however, the NUMA
files are totally different between 32 and 64 bits and are handled via
an ifdef.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/mm/Makefile
arch/x86/mm/Makefile_32 [deleted file]
arch/x86/mm/Makefile_64 [deleted file]