diff options
Diffstat (limited to 'arch/mips/include/uapi/asm/cachectl.h')
-rw-r--r-- | arch/mips/include/uapi/asm/cachectl.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/mips/include/uapi/asm/cachectl.h b/arch/mips/include/uapi/asm/cachectl.h index f3ce721861d3..230390908773 100644 --- a/arch/mips/include/uapi/asm/cachectl.h +++ b/arch/mips/include/uapi/asm/cachectl.h | |||
@@ -5,15 +5,15 @@ | |||
5 | * | 5 | * |
6 | * Copyright (C) 1994, 1995, 1996 by Ralf Baechle | 6 | * Copyright (C) 1994, 1995, 1996 by Ralf Baechle |
7 | */ | 7 | */ |
8 | #ifndef _ASM_CACHECTL | 8 | #ifndef _ASM_CACHECTL |
9 | #define _ASM_CACHECTL | 9 | #define _ASM_CACHECTL |
10 | 10 | ||
11 | /* | 11 | /* |
12 | * Options for cacheflush system call | 12 | * Options for cacheflush system call |
13 | */ | 13 | */ |
14 | #define ICACHE (1<<0) /* flush instruction cache */ | 14 | #define ICACHE (1<<0) /* flush instruction cache */ |
15 | #define DCACHE (1<<1) /* writeback and flush data cache */ | 15 | #define DCACHE (1<<1) /* writeback and flush data cache */ |
16 | #define BCACHE (ICACHE|DCACHE) /* flush both caches */ | 16 | #define BCACHE (ICACHE|DCACHE) /* flush both caches */ |
17 | 17 | ||
18 | /* | 18 | /* |
19 | * Caching modes for the cachectl(2) call | 19 | * Caching modes for the cachectl(2) call |