linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* -test6 include/asm-i386/mman.h bits
@ 2003-09-28 20:44 Pavel Machek
  0 siblings, 0 replies; only message in thread
From: Pavel Machek @ 2003-09-28 20:44 UTC (permalink / raw)
  To: kernel list

Hi!

This does not seem right, one copy should be enough.

diff -Nru a/include/asm-i386/mman.h b/include/asm-i386/mman.h
--- a/include/asm-i386/mman.h   Sat Sep 27 17:51:31 2003
+++ b/include/asm-i386/mman.h   Sat Sep 27 17:51:31 2003
@@ -6,6 +6,10 @@
 #define PROT_EXEC      0x4             /* page can be executed */
 #define PROT_SEM       0x8             /* page may be used for atomic ops */
 #define PROT_NONE      0x0             /* page can not be accessed */
+#define PROT_GROWSDOWN 0x01000000      /* mprotect flag: extend change to start of growsdown vma */
+#define PROT_GROWSUP   0x02000000      /* mprotect flag: extend change to end of growsup vma */
+#define PROT_GROWSDOWN 0x01000000      /* mprotect flag: extend change to start of growsdown vma */
+#define PROT_GROWSUP   0x02000000      /* mprotect flag: extend change to end of growsup vma */

 #define MAP_SHARED     0x01            /* Share changes */
 #define MAP_PRIVATE    0x02            /* Changes are private */

								Pavel
-- 
When do you have a heart between your knees?
[Johanka's followup: and *two* hearts?]

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

only message in thread, other threads:[~2003-09-28 20:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-28 20:44 -test6 include/asm-i386/mman.h bits Pavel Machek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).