patch-2.1.124 linux/arch/ppc/kernel/syscalls.c

Next file: linux/arch/ppc/kernel/totalmp.c
Previous file: linux/arch/ppc/kernel/smp.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.123/linux/arch/ppc/kernel/syscalls.c linux/arch/ppc/kernel/syscalls.c
@@ -209,7 +209,7 @@
 			goto out;
 	}
 	
-	/*flags &= ~(MAP_EXECUTABLE | MAP_DENYWRITE);*/
+	flags &= ~(MAP_EXECUTABLE | MAP_DENYWRITE);
 	ret = do_mmap(file, addr, len, prot, flags, offset);
 out:
 	unlock_kernel();

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov