Signed-off-by: Tony Breeds <tony@xxxxxxxxxxxxxxxxxx> --- arch/powerpc/lib/locks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: working/arch/powerpc/lib/locks.c =================================================================== --- working.orig/arch/powerpc/lib/locks.c 2007-09-04 16:46:40.000000000 +1000 +++ working/arch/powerpc/lib/locks.c 2007-09-04 16:46:58.000000000 +1000 @@ -55,7 +55,7 @@ void __spin_yield(__raw_spinlock_t *lock * This turns out to be the same for read and write locks, since * we only know the holder if it is write-locked. */ -void __rw_yield(raw_rwlock_t *rw) +void __rw_yield(__raw_rwlock_t *rw) { int lock_value; unsigned int holder_cpu, yield_count; - To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html