From 02407068c4c57765445da770023267a42a20a285 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Fri, 4 Feb 2000 23:12:26 +0000 Subject: Fix the fix. --- include/asm-mips/mman.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/asm-mips/mman.h') 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 -- cgit v1.2.3