summaryrefslogtreecommitdiffstats
path: root/include/asm-mips/mman.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-02-04 23:12:26 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-02-04 23:12:26 +0000
commit02407068c4c57765445da770023267a42a20a285 (patch)
tree10227c49b55eb142f7d4bc7e45b5689f858a4953 /include/asm-mips/mman.h
parent272c4b57f43f435f34bb7fbf838aafccc7f9aa9f (diff)
Fix the fix.
Diffstat (limited to 'include/asm-mips/mman.h')
-rw-r--r--include/asm-mips/mman.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/asm-mips/mman.h b/include/asm-mips/mman.h
index 752013d3a..e408affff 100644
--- a/include/asm-mips/mman.h
+++ b/include/asm-mips/mman.h
@@ -46,9 +46,9 @@
/*
* Flags for msync
*/
-#define MS_SYNC 0x0001 /* synchronous memory sync */
-#define MS_ASYNC 0x0002 /* sync memory asynchronously */
-#define MS_INVALIDATE 0x0004 /* 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