commit | 2596e0fae094be9354b29ddb17e6326a18012e8c | [log] [tgz] |
---|---|---|
author | H. Peter Anvin <hpa@zytor.com> | Thu Apr 17 17:40:45 2008 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Apr 17 17:40:45 2008 +0200 |
tree | baab7005e3734af7cb59fdb9b1f2f5f3ff9b254a | |
parent | ee7ae7a1981caaa4a5b14d8c75692a9dccd52105 [diff] |
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>