[PATCH] 2.5.48 s390 (3/16): mman.

Martin Schwidefsky (schwidefsky@de.ibm.com)
Mon, 18 Nov 2002 20:17:43 +0100


diff -urN linux-2.5.48/include/asm-s390/mman.h linux-2.5.48-s390/include/asm-s390/mman.h
--- linux-2.5.48/include/asm-s390/mman.h Mon Nov 18 05:29:22 2002
+++ linux-2.5.48-s390/include/asm-s390/mman.h Mon Nov 18 20:11:15 2002
@@ -26,6 +26,8 @@
#define MAP_EXECUTABLE 0x1000 /* mark it as an executable */
#define MAP_LOCKED 0x2000 /* pages are locked */
#define MAP_NORESERVE 0x4000 /* don't check for reservations */
+#define MAP_POPULATE 0x8000 /* populate (prefault) pagetables */
+#define MAP_NONBLOCK 0x10000 /* do not block on IO */

#define MS_ASYNC 1 /* sync memory asynchronously */
#define MS_INVALIDATE 2 /* invalidate the caches */
diff -urN linux-2.5.48/include/asm-s390x/mman.h linux-2.5.48-s390/include/asm-s390x/mman.h
--- linux-2.5.48/include/asm-s390x/mman.h Mon Nov 18 05:29:29 2002
+++ linux-2.5.48-s390/include/asm-s390x/mman.h Mon Nov 18 20:11:15 2002
@@ -26,6 +26,8 @@
#define MAP_EXECUTABLE 0x1000 /* mark it as an executable */
#define MAP_LOCKED 0x2000 /* pages are locked */
#define MAP_NORESERVE 0x4000 /* don't check for reservations */
+#define MAP_POPULATE 0x8000 /* populate (prefault) pagetables */
+#define MAP_NONBLOCK 0x10000 /* do not block on IO */

#define MS_ASYNC 1 /* sync memory asynchronously */
#define MS_INVALIDATE 2 /* invalidate the caches */

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/