Patched to 2.6.10-1.14_FC2.
[linux-2.6.git] / arch / i386 / mm / init.c
index 7a67e3b..7211494 100644 (file)
@@ -568,7 +568,10 @@ void __init paging_init(void)
        set_nx();
        if (nx_enabled)
                printk("NX (Execute Disable) protection: active\n");
+       else
 #endif
+       if (exec_shield)
+               printk("Using x86 segment limits to approximate NX protection\n");
 
        pagetable_init();