]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - kernel/rtmutex.c
[MIPS] Use DEFINE_SPINLOCK instead of SPIN_LOCK_UNLOCKED.
[linux-2.6-omap-h63xx.git] / kernel / rtmutex.c
index 4ab17da46fd80de1690744f9022691923942cb70..180978cb2f7524b180863967be0391d32f47783d 100644 (file)
@@ -625,7 +625,7 @@ rt_mutex_slowlock(struct rt_mutex *lock, int state,
        /* Setup the timer, when timeout != NULL */
        if (unlikely(timeout))
                hrtimer_start(&timeout->timer, timeout->timer.expires,
-                             HRTIMER_ABS);
+                             HRTIMER_MODE_ABS);
 
        for (;;) {
                /* Try to acquire the lock: */