]> git.baikalelectronics.ru Git - kernel.git/commit
hrtimer: more hrtimer_init_sleeper() fallout.
authorPeter Zijlstra <a.p.zijlstra@chello.nl>
Wed, 13 Feb 2008 14:45:36 +0000 (15:45 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 13 Feb 2008 14:45:36 +0000 (15:45 +0100)
commitaac16497b53e82f5b03affc948d363120a7a7650
tree491a01a3b915fee449a8454e5b8fd523a24d375e
parent9b47bdd0bb20a73bb3bee171fe92fcbe38df9a24
hrtimer: more hrtimer_init_sleeper() fallout.

Missed an instance...

  futex_lock_pi()
    hrtimer_init_sleeper()
    rt_mutex_timed_lock()
      rt_mutex_timed_fastlock()
        rt_mutex_slowlock()
          hrtimer_start()

Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/rtmutex.c