patch-2.3.48 linux/include/asm-mips/mman.h
Next file: linux/include/asm-mips/mmu_context.h
Previous file: linux/include/asm-mips/mipsregs.h
Back to the patch index
Back to the overall index
- Lines: 13
- Date:
Thu Feb 24 22:52:30 2000
- Orig file:
v2.3.47/linux/include/asm-mips/mman.h
- Orig date:
Thu Jun 26 12:33:40 1997
diff -u --recursive --new-file v2.3.47/linux/include/asm-mips/mman.h linux/include/asm-mips/mman.h
@@ -46,9 +46,9 @@
/*
* Flags for msync
*/
-#define MS_SYNC 0 /* synchronous memory sync */
-#define MS_ASYNC 1 /* sync memory asynchronously */
-#define MS_INVALIDATE 2 /* invalidate mappings & caches */
+#define MS_ASYNC 0x0001 /* sync memory asynchronously */
+#define MS_INVALIDATE 0x0002 /* invalidate mappings & caches */
+#define MS_SYNC 0x0004 /* synchronous memory sync */
/*
* Flags for mlockall
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)