]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/asm-parisc/sembuf.h
mm: remove ptep_test_and_clear_dirty and ptep_clear_flush_dirty
[karo-tx-linux.git] / 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 */