linux/arch
Thomas Gleixner 5f6384c5fb alpha: Fix fallout from locking changes
spin_* functions are mostly static inline now. That causes the alpha
compile to fail:

CC      arch/alpha/kernel/sys_sable.o
cc1: warnings being treated as errors
In file included from arch/alpha/kernel/sys_sable.c:25:
arch/alpha/include/asm/core_t2.h: In function 't2_readb':
arch/alpha/include/asm/core_t2.h:451: error: 'spinlock_check' is static but \
	used in inline function 't2_readb' which is not static
arch/alpha/include/asm/core_t2.h:456: error: 'spin_unlock_irqrestore' is \
	static but used in inline function 't2_readb' which is not static

That's caused by the "extern inline" magic which is used for the
subarch specific read/write[bwl] functions. I tried to distangle the
uncountable macro onion layers, but failed miserably.

Last resort solution: switch the t2_hae_lock to raw_spinlock_t so the
lock functions are pure macros and function calls again.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Peter Zijlstra <peterz@infradead.org>
Acked-by: Ingo Molnar <mingo@elte.hu>
Cc: Richard Henderson <rth@twiddle.net>
Cc: linux-alpha@vger.kernel.org
2009-12-14 23:55:32 +01:00
..
alpha alpha: Fix fallout from locking changes 2009-12-14 23:55:32 +01:00
arm locking: Convert raw_rwlock functions to arch_rwlock 2009-12-14 23:55:32 +01:00
avr32 Unify sys_mmap* 2009-12-11 06:44:29 -05:00
blackfin locking: Convert raw_rwlock functions to arch_rwlock 2009-12-14 23:55:32 +01:00
cris locking: Convert raw_rwlock functions to arch_rwlock 2009-12-14 23:55:32 +01:00
frv Unify sys_mmap* 2009-12-11 06:44:29 -05:00
h8300 Unify sys_mmap* 2009-12-11 06:44:29 -05:00
ia64 locking: Convert raw_rwlock functions to arch_rwlock 2009-12-14 23:55:32 +01:00
m32r locking: Convert raw_rwlock functions to arch_rwlock 2009-12-14 23:55:32 +01:00
m68k Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu 2009-12-14 09:58:24 -08:00
m68knommu Unify sys_mmap* 2009-12-11 06:44:29 -05:00
microblaze microblaze: Remove rt_sigsuspend wrapper 2009-12-14 08:45:12 +01:00
mips locking: Convert raw_rwlock functions to arch_rwlock 2009-12-14 23:55:32 +01:00
mn10300 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu 2009-12-14 09:58:24 -08:00
parisc locking: Convert raw_rwlock functions to arch_rwlock 2009-12-14 23:55:32 +01:00
powerpc locking: Convert raw_rwlock functions to arch_rwlock 2009-12-14 23:55:32 +01:00
s390 locking: Convert raw_rwlock functions to arch_rwlock 2009-12-14 23:55:32 +01:00
score Add missing alignment check in arch/score sys_mmap() 2009-12-11 06:48:57 -05:00
sh locking: Convert raw_rwlock functions to arch_rwlock 2009-12-14 23:55:32 +01:00
sparc locking: Convert raw_rwlock functions to arch_rwlock 2009-12-14 23:55:32 +01:00
um Unify sys_mmap* 2009-12-11 06:44:29 -05:00
x86 locking: Convert raw_rwlock functions to arch_rwlock 2009-12-14 23:55:32 +01:00
xtensa Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 2009-12-11 15:34:40 -08:00
.gitignore
Kconfig Merge branch 'kvm-updates/2.6.33' of git://git.kernel.org/pub/scm/virt/kvm/kvm 2009-12-08 08:02:38 -08:00