diff options
author | Glauber Costa <gcosta@redhat.com> | 2008-06-25 10:40:42 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-09 03:14:21 -0400 |
commit | 293e6a2524ae775fef41d21d17af288d4b2ee91e (patch) | |
tree | 8bc81b0398d01d47d6685715d7f7e875f11551ab | |
parent | 5e322163b19735fbef3e294c297d38e0d2ba8f7e (diff) |
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>
-rw-r--r-- | arch/x86/Kconfig.cpu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/Kconfig.cpu b/arch/x86/Kconfig.cpu index 3d22bb8175b4..abff1b84ed5b 100644 --- a/arch/x86/Kconfig.cpu +++ b/arch/x86/Kconfig.cpu | |||
@@ -344,7 +344,7 @@ config X86_F00F_BUG | |||
344 | 344 | ||
345 | config X86_WP_WORKS_OK | 345 | config X86_WP_WORKS_OK |
346 | def_bool y | 346 | def_bool y |
347 | depends on X86_32 && !M386 | 347 | depends on !M386 |
348 | 348 | ||
349 | config X86_INVLPG | 349 | config X86_INVLPG |
350 | def_bool y | 350 | def_bool y |