patch-2.4.21 linux-2.4.21/include/asm-sparc/mman.h

Next file: linux-2.4.21/include/asm-sparc/oplib.h
Previous file: linux-2.4.21/include/asm-sparc/kgdb.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.20/include/asm-sparc/mman.h linux-2.4.21/include/asm-sparc/mman.h
@@ -20,7 +20,7 @@
 #define MAP_LOCKED      0x100           /* lock the mapping */
 #define _MAP_NEW        0x80000000      /* Binary compatibility is fun... */
 
-#define MAP_GROWSDOWN	0x0100		/* stack-like segment */
+#define MAP_GROWSDOWN	0x0200		/* stack-like segment */
 #define MAP_DENYWRITE	0x0800		/* ETXTBSY */
 #define MAP_EXECUTABLE	0x1000		/* mark it as an executable */
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)