]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-s390/spinlock_types.h
Pull pvops into release branch
[linux-2.6-omap-h63xx.git] / include / asm-s390 / spinlock_types.h
index b7ac13f7aa373e0c2c21412579d9e0f5f3215103..654abc40de04a7b7729e3802b9d9b86244982da2 100644 (file)
@@ -7,7 +7,6 @@
 
 typedef struct {
        volatile unsigned int owner_cpu;
-       volatile unsigned int owner_pc;
 } __attribute__ ((aligned (4))) raw_spinlock_t;
 
 #define __RAW_SPIN_LOCK_UNLOCKED       { 0 }