浏览代码

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>
Ingo Molnar 16 年之前
父节点
当前提交
23394d1c93
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      arch/x86/Kconfig

+ 0 - 1
arch/x86/Kconfig

@@ -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