diff options
author | Yinghai Lu <yhlu.kernel@gmail.com> | 2008-09-09 19:40:37 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-09-10 02:21:05 -0400 |
commit | 879d792b66d633bbe466974f61d1acc9aa8c78eb (patch) | |
tree | 4e1367fcde52da73daa6558606ce34aa39547e9d /arch/x86/Kconfig.cpu | |
parent | 58602c1681bdfa1a0deaa5574b8a72d6e30c0e97 (diff) |
x86: let intel 64-bit use intel.c
now that arch/x86/kernel/cpu/intel_64.c and
arch/x86/kernel/cpu/intel.c are equal, drop
arch/x86/kernel/cpu/intel_64.c and fix up
the glue.
Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/Kconfig.cpu')
-rw-r--r-- | arch/x86/Kconfig.cpu | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/arch/x86/Kconfig.cpu b/arch/x86/Kconfig.cpu index 1b29d6a8756..6761848329f 100644 --- a/arch/x86/Kconfig.cpu +++ b/arch/x86/Kconfig.cpu | |||
@@ -423,17 +423,9 @@ menuconfig PROCESSOR_SELECT | |||
423 | This lets you choose what x86 vendor support code your kernel | 423 | This lets you choose what x86 vendor support code your kernel |
424 | will include. | 424 | will include. |
425 | 425 | ||
426 | config CPU_SUP_INTEL_32 | 426 | config CPU_SUP_INTEL |
427 | default y | 427 | default y |
428 | bool "Support Intel processors" if PROCESSOR_SELECT | 428 | bool "Support Intel processors" if PROCESSOR_SELECT |
429 | depends on !64BIT | ||
430 | help | ||
431 | This enables extended support for Intel processors | ||
432 | |||
433 | config CPU_SUP_INTEL_64 | ||
434 | default y | ||
435 | bool "Support Intel processors" if PROCESSOR_SELECT | ||
436 | depends on 64BIT | ||
437 | help | 429 | help |
438 | This enables extended support for Intel processors | 430 | This enables extended support for Intel processors |
439 | 431 | ||