diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-01-27 11:13:05 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-01-29 08:17:01 -0500 |
commit | c0b5842a457d44c8788b3fd0c64969be7ef673cd (patch) | |
tree | 0e8567fee5ab4865b4dc5806d8b59a1dc174834b /arch/x86/Kconfig | |
parent | 3e5095d15276efd14a45393666b1bb7536bf179f (diff) |
x86: generalize boot_cpu_id
x86/Voyager can boot on non-zero processors. While that can probably
be fixed by properly remapping the physical CPU IDs, keep boot_cpu_id
for now for easier transition - and expand it to all of x86.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 3671506fb8df..f4dd851384db 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -238,10 +238,6 @@ config SMP | |||
238 | 238 | ||
239 | If you don't know what to do here, say N. | 239 | If you don't know what to do here, say N. |
240 | 240 | ||
241 | config X86_HAS_BOOT_CPU_ID | ||
242 | def_bool y | ||
243 | depends on X86_VOYAGER | ||
244 | |||
245 | config SPARSE_IRQ | 241 | config SPARSE_IRQ |
246 | bool "Support sparse irq numbering" | 242 | bool "Support sparse irq numbering" |
247 | depends on PCI_MSI || HT_IRQ | 243 | depends on PCI_MSI || HT_IRQ |