diff options
author | Yinghai Lu <yhlu.kernel@gmail.com> | 2008-07-06 22:42:11 +0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-08 17:49:08 +0400 |
commit | 6247943d8ab699b57653afd453a4940cca70ef8a (patch) | |
tree | 23e4f546c0798534dc6b776cfcec46b759b9a205 /include/asm-x86/srat.h | |
parent | 698839fe04ae11f228074ad45614343c3921a6c6 (diff) | |
download | linux-6247943d8ab699b57653afd453a4940cca70ef8a.tar.xz |
x86: remove acpi_srat config v2
use ACPI_NUMA directly
and move srat_32.c to mm/
Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-x86/srat.h')
-rw-r--r-- | include/asm-x86/srat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-x86/srat.h b/include/asm-x86/srat.h index 456fe0b5a921..774c919dc232 100644 --- a/include/asm-x86/srat.h +++ b/include/asm-x86/srat.h @@ -27,7 +27,7 @@ #ifndef _ASM_SRAT_H_ #define _ASM_SRAT_H_ -#ifdef CONFIG_ACPI_SRAT +#ifdef CONFIG_ACPI_NUMA extern int get_memcfg_from_srat(void); #else static inline int get_memcfg_from_srat(void) |