Searched hist:"2596 e0fae094be9354b29ddb17e6326a18012e8c" (Results 1 – 1 of 1) sorted by relevance
/linux/arch/x86/mm/ |
H A D | Makefile | diff 2596e0fae094be9354b29ddb17e6326a18012e8c Thu Apr 17 17:40:45 CEST 2008 H. Peter Anvin <hpa@zytor.com> 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>
|