diff options
Diffstat (limited to 'arch/mips/include/uapi/asm/sysmips.h')
-rw-r--r-- | arch/mips/include/uapi/asm/sysmips.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/mips/include/uapi/asm/sysmips.h b/arch/mips/include/uapi/asm/sysmips.h index 4f47b7d6a5f7..ae637e907856 100644 --- a/arch/mips/include/uapi/asm/sysmips.h +++ b/arch/mips/include/uapi/asm/sysmips.h | |||
@@ -16,10 +16,10 @@ | |||
16 | * sysmips(2) is deprecated - though some existing software uses it. | 16 | * sysmips(2) is deprecated - though some existing software uses it. |
17 | * We only support the following commands. | 17 | * We only support the following commands. |
18 | */ | 18 | */ |
19 | #define SETNAME 1 /* set hostname */ | 19 | #define SETNAME 1 /* set hostname */ |
20 | #define FLUSH_CACHE 3 /* writeback and invalidate caches */ | 20 | #define FLUSH_CACHE 3 /* writeback and invalidate caches */ |
21 | #define MIPS_FIXADE 7 /* control address error fixing */ | 21 | #define MIPS_FIXADE 7 /* control address error fixing */ |
22 | #define MIPS_RDNVRAM 10 /* read NVRAM */ | 22 | #define MIPS_RDNVRAM 10 /* read NVRAM */ |
23 | #define MIPS_ATOMIC_SET 2001 /* atomically set variable */ | 23 | #define MIPS_ATOMIC_SET 2001 /* atomically set variable */ |
24 | 24 | ||
25 | #endif /* _ASM_SYSMIPS_H */ | 25 | #endif /* _ASM_SYSMIPS_H */ |