[PATCH] x86_64: Change default setting for noexec32 to match i386 kernel
[safe/jmp/linux-2.6] / arch / x86_64 / kernel / setup64.c
index 356b462..eabdb63 100644 (file)
@@ -59,7 +59,7 @@ int __init nonx_setup(char *str)
 } 
 __setup("noexec=", nonx_setup);        /* parsed early actually */
 
-int force_personality32 = READ_IMPLIES_EXEC;
+int force_personality32 = 0; 
 
 /* noexec32=on|off
 Control non executable heap for 32bit processes.