public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] 2.5.48 s390 (3/16): mman.
@ 2002-11-18 19:17 Martin Schwidefsky
  0 siblings, 0 replies; only message in thread
From: Martin Schwidefsky @ 2002-11-18 19:17 UTC (permalink / raw)
  To: linux-kernel, torvalds

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 */


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-11-18 19:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-18 19:17 [PATCH] 2.5.48 s390 (3/16): mman Martin Schwidefsky

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox