aboutsummaryrefslogtreecommitdiff
path: root/include/asm-parisc/sembuf.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-parisc/sembuf.h')
-rw-r--r--include/asm-parisc/sembuf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-parisc/sembuf.h b/include/asm-parisc/sembuf.h
index 1083368ef8d..1e59ffd3bd1 100644
--- a/include/asm-parisc/sembuf.h
+++ b/include/asm-parisc/sembuf.h
@@ -13,11 +13,11 @@
struct semid64_ds {
struct ipc64_perm sem_perm; /* permissions .. see ipc.h */
-#ifndef __LP64__
+#ifndef CONFIG_64BIT
unsigned int __pad1;
#endif
__kernel_time_t sem_otime; /* last semop time */
-#ifndef __LP64__
+#ifndef CONFIG_64BIT
unsigned int __pad2;
#endif
__kernel_time_t sem_ctime; /* last change time */