diff options
Diffstat (limited to 'arch/x86/mm/init_32.c')
-rw-r--r-- | arch/x86/mm/init_32.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/x86/mm/init_32.c b/arch/x86/mm/init_32.c index 11a58001b4ce..745d66b843c8 100644 --- a/arch/x86/mm/init_32.c +++ b/arch/x86/mm/init_32.c | |||
@@ -715,10 +715,7 @@ static void __init test_wp_bit(void) | |||
715 | 715 | ||
716 | if (!boot_cpu_data.wp_works_ok) { | 716 | if (!boot_cpu_data.wp_works_ok) { |
717 | printk(KERN_CONT "No.\n"); | 717 | printk(KERN_CONT "No.\n"); |
718 | #ifdef CONFIG_X86_WP_WORKS_OK | 718 | panic("Linux doesn't support CPUs with broken WP."); |
719 | panic( | ||
720 | "This kernel doesn't support CPU's with broken WP. Recompile it for a 386!"); | ||
721 | #endif | ||
722 | } else { | 719 | } else { |
723 | printk(KERN_CONT "Ok.\n"); | 720 | printk(KERN_CONT "Ok.\n"); |
724 | } | 721 | } |