Skip to content

Commit

Permalink
x86/Voyager: remove X86_HT Kconfig quirk
Browse files Browse the repository at this point in the history
Voyager has this Kconfig quirk:

	depends on (X86_32 && !X86_VOYAGER) || X86_64

That is unnecessary as HT support is CPUID driven and explicitly
 enumerated.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Ingo Molnar committed Jan 29, 2009
1 parent c0b5842 commit 23394d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/x86/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ config X86_64_SMP
config X86_HT
bool
depends on SMP
depends on (X86_32 && !X86_VOYAGER) || X86_64
default y

config X86_BIOS_REBOOT
Expand Down

0 comments on commit 23394d1

Please sign in to comment.