From: Heiko Carstens Date: Sat, 26 Jan 2008 13:11:03 +0000 (+0100) Subject: [S390] Remove owner_pc member from raw_spinlock_t. X-Git-Tag: v2.6.25-rc1~1228^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b4beb31759765efdda9f9431aebfedf828bbfe0;p=pandora-kernel.git [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 Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed