]> err.no Git - linux-2.6/blobdiff - include/asm-parisc/sembuf.h
[ALSA] sound/core.h: evil #ifdefs
[linux-2.6] / include / asm-parisc / sembuf.h
index 1083368ef8dbc5426607c9f3785b877952ce5bcd..1e59ffd3bd1ee6663acc20e663e4dafe282f4b2b 100644 (file)
 
 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 */