Typo in BUILD_LOCK_OPS in spinlock.c causes preempt build failure

From: Ian Wienand
Date: Sun Jan 16 2005 - 18:59:10 EST


Hi,

Our auto kernel build (http://www.gelato.unsw.edu.au/kerncomp/) was
dying with preempt turned on with latest BK; BUILD_LOCK_OPS is using a
spinlock function for a rwlock.

Thanks,

-i
ianw@xxxxxxxxxxxxxxxxxx
http://www.gelato.unsw.edu.au
===== kernel/spinlock.c 1.4 vs edited =====
--- 1.4/kernel/spinlock.c 2005-01-15 11:00:00 +11:00
+++ edited/kernel/spinlock.c 2005-01-17 10:43:44 +11:00
@@ -248,7 +248,7 @@
*/
BUILD_LOCK_OPS(spin, spinlock_t, spin_is_locked);
BUILD_LOCK_OPS(read, rwlock_t, rwlock_is_locked);
-BUILD_LOCK_OPS(write, rwlock_t, spin_is_locked);
+BUILD_LOCK_OPS(write, rwlock_t, rwlock_is_locked);

#endif /* CONFIG_PREEMPT */

Attachment: signature.asc
Description: Digital signature