Browse Source

x86: mark x86_64 as having a working WP.

Select X86_WP_WORKS_OK for x86_64 too.

Signed-off-by: Glauber Costa <gcosta@redhat.com>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Glauber Costa 17 years ago
parent
commit
293e6a2524
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/x86/Kconfig.cpu

+ 1 - 1
arch/x86/Kconfig.cpu

@@ -344,7 +344,7 @@ config X86_F00F_BUG
 
 
 config X86_WP_WORKS_OK
 config X86_WP_WORKS_OK
 	def_bool y
 	def_bool y
-	depends on X86_32 && !M386
+	depends on !M386
 
 
 config X86_INVLPG
 config X86_INVLPG
 	def_bool y
 	def_bool y