diff options
author | Yinghai Lu <yinghai@kernel.org> | 2010-02-16 21:40:35 -0500 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2010-02-17 00:43:39 -0500 |
commit | 580e0ad21d6d6f932461d24b47041e3dd499c23f (patch) | |
tree | 3476c71849c0f9aa54c160b9a994bf4d211bd697 /arch/x86/Kconfig | |
parent | dd645cee7b50b61cb2d05b59eb6027679c437af6 (diff) |
core: Move early_res from arch/x86 to kernel/
This makes the range reservation feature available to other
architectures.
-v2: add get_max_mapped, max_pfn_mapped only defined in x86...
to fix PPC compiling
-v3: according to hpa, add CONFIG_HAVE_EARLY_RES
-v4: fix typo about EARLY_RES in config
Signed-off-by: Yinghai Lu <yinghai@kernel.org>
LKML-Reference: <4B7B5723.4070009@kernel.org>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 29f9efb74fc7..0e9f8b10de52 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -183,6 +183,9 @@ config ARCH_SUPPORTS_OPTIMIZED_INLINING | |||
183 | config ARCH_SUPPORTS_DEBUG_PAGEALLOC | 183 | config ARCH_SUPPORTS_DEBUG_PAGEALLOC |
184 | def_bool y | 184 | def_bool y |
185 | 185 | ||
186 | config HAVE_EARLY_RES | ||
187 | def_bool y | ||
188 | |||
186 | config HAVE_INTEL_TXT | 189 | config HAVE_INTEL_TXT |
187 | def_bool y | 190 | def_bool y |
188 | depends on EXPERIMENTAL && DMAR && ACPI | 191 | depends on EXPERIMENTAL && DMAR && ACPI |