]> git.karo-electronics.de Git - linux-beck.git/commit
[S390] Remove owner_pc member from raw_spinlock_t.
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Sat, 26 Jan 2008 13:11:03 +0000 (14:11 +0100)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Sat, 26 Jan 2008 13:11:14 +0000 (14:11 +0100)
commit3b4beb31759765efdda9f9431aebfedf828bbfe0
tree9d8a7de6c484f8f2bbda874f41ebcad4af7c9d53
parent9f4b0ba81f158df459fa2cfc98ab1475c090f29c
[S390] Remove owner_pc member from raw_spinlock_t.

Used to contain the address of the holder of the lock. But since the
spinlock code is not inlined anymore all locks contain the same address
anyway. And since in addtition nobody complained about that for ages
its obviously unused. So remove it.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/lib/spinlock.c
include/asm-s390/spinlock.h
include/asm-s390/spinlock_types.h