]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - include/linux/spinlock.h
locking: Convert raw_spinlock to arch_spinlock
[net-next-2.6.git] / include / linux / spinlock.h
index a9aaa709fb937dfa999e8dc3363b44b2d8af8dfa..5ef7a4c060b5979a285163340d2483774262b67d 100644 (file)
@@ -8,7 +8,7 @@
  *
  * on SMP builds:
  *
- *  asm/spinlock_types.h: contains the raw_spinlock_t/raw_rwlock_t and the
+ *  asm/spinlock_types.h: contains the arch_spinlock_t/raw_rwlock_t and the
  *                        initializers
  *
  *  linux/spinlock_types.h:
@@ -75,7 +75,7 @@
 #define __lockfunc __attribute__((section(".spinlock.text")))
 
 /*
- * Pull the raw_spinlock_t and raw_rwlock_t definitions:
+ * Pull the arch_spinlock_t and raw_rwlock_t definitions:
  */
 #include <linux/spinlock_types.h>