diff options
Diffstat (limited to 'ipc')
-rw-r--r-- | ipc/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/util.h b/ipc/util.h index 07d689452363..44348ca5a707 100644 --- a/ipc/util.h +++ b/ipc/util.h | |||
@@ -67,7 +67,7 @@ int ipc_checkid(struct ipc_ids* ids, struct kern_ipc_perm* ipcp, int uid); | |||
67 | void kernel_to_ipc64_perm(struct kern_ipc_perm *in, struct ipc64_perm *out); | 67 | void kernel_to_ipc64_perm(struct kern_ipc_perm *in, struct ipc64_perm *out); |
68 | void ipc64_perm_to_ipc_perm(struct ipc64_perm *in, struct ipc_perm *out); | 68 | void ipc64_perm_to_ipc_perm(struct ipc64_perm *in, struct ipc_perm *out); |
69 | 69 | ||
70 | #if defined(__ia64__) || defined(__x86_64__) || defined(__hppa__) | 70 | #if defined(__ia64__) || defined(__x86_64__) || defined(__hppa__) || defined(__XTENSA__) |
71 | /* On IA-64, we always use the "64-bit version" of the IPC structures. */ | 71 | /* On IA-64, we always use the "64-bit version" of the IPC structures. */ |
72 | # define ipc_parse_version(cmd) IPC_64 | 72 | # define ipc_parse_version(cmd) IPC_64 |
73 | #else | 73 | #else |