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

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)