diff options
| -rw-r--r-- | arch/mips/include/uapi/asm/msgbuf.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/mips/include/uapi/asm/msgbuf.h b/arch/mips/include/uapi/asm/msgbuf.h index 0d6c7f14de31..df849e87d9ae 100644 --- a/arch/mips/include/uapi/asm/msgbuf.h +++ b/arch/mips/include/uapi/asm/msgbuf.h | |||
| @@ -14,25 +14,25 @@ | |||
| 14 | 14 | ||
| 15 | struct msqid64_ds { | 15 | struct msqid64_ds { |
| 16 | struct ipc64_perm msg_perm; | 16 | struct ipc64_perm msg_perm; |
| 17 | #if defined(CONFIG_32BIT) && !defined(CONFIG_CPU_LITTLE_ENDIAN) | 17 | #if !defined(__mips64) && defined(__MIPSEB__) |
| 18 | unsigned long __unused1; | 18 | unsigned long __unused1; |
| 19 | #endif | 19 | #endif |
| 20 | __kernel_time_t msg_stime; /* last msgsnd time */ | 20 | __kernel_time_t msg_stime; /* last msgsnd time */ |
| 21 | #if defined(CONFIG_32BIT) && defined(CONFIG_CPU_LITTLE_ENDIAN) | 21 | #if !defined(__mips64) && defined(__MIPSEL__) |
| 22 | unsigned long __unused1; | 22 | unsigned long __unused1; |
| 23 | #endif | 23 | #endif |
| 24 | #if defined(CONFIG_32BIT) && !defined(CONFIG_CPU_LITTLE_ENDIAN) | 24 | #if !defined(__mips64) && defined(__MIPSEB__) |
| 25 | unsigned long __unused2; | 25 | unsigned long __unused2; |
| 26 | #endif | 26 | #endif |
| 27 | __kernel_time_t msg_rtime; /* last msgrcv time */ | 27 | __kernel_time_t msg_rtime; /* last msgrcv time */ |
| 28 | #if defined(CONFIG_32BIT) && defined(CONFIG_CPU_LITTLE_ENDIAN) | 28 | #if !defined(__mips64) && defined(__MIPSEL__) |
| 29 | unsigned long __unused2; | 29 | unsigned long __unused2; |
| 30 | #endif | 30 | #endif |
| 31 | #if defined(CONFIG_32BIT) && !defined(CONFIG_CPU_LITTLE_ENDIAN) | 31 | #if !defined(__mips64) && defined(__MIPSEB__) |
| 32 | unsigned long __unused3; | 32 | unsigned long __unused3; |
| 33 | #endif | 33 | #endif |
| 34 | __kernel_time_t msg_ctime; /* last change time */ | 34 | __kernel_time_t msg_ctime; /* last change time */ |
| 35 | #if defined(CONFIG_32BIT) && defined(CONFIG_CPU_LITTLE_ENDIAN) | 35 | #if !defined(__mips64) && defined(__MIPSEL__) |
| 36 | unsigned long __unused3; | 36 | unsigned long __unused3; |
| 37 | #endif | 37 | #endif |
| 38 | unsigned long msg_cbytes; /* current number of bytes on queue */ | 38 | unsigned long msg_cbytes; /* current number of bytes on queue */ |
