Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
x86/Voyager: remove X86_HT Kconfig quirk
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