powerpc: Move definitions of secondary CPU spinloop to header file
[linux-2.6-block.git] / kernel / mutex.c
index e5cc0cd28d541eb64526b4f7d68c9dca29eaa571..947b3ad551f8a925c39ef6f53f4f37c16f8a3ea3 100644 (file)
@@ -89,7 +89,7 @@ __mutex_lock_slowpath(atomic_t *lock_count);
  *
  * This function is similar to (but not equivalent to) down().
  */
-void inline __sched mutex_lock(struct mutex *lock)
+void __sched mutex_lock(struct mutex *lock)
 {
        might_sleep();
        /*