]> git.baikalelectronics.ru Git - kernel.git/commit
sched: fix incorrect irq lock usage in normalize_rt_tasks()
authorPeter Zijlstra <a.p.zijlstra@chello.nl>
Wed, 13 Feb 2008 14:45:39 +0000 (15:45 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 13 Feb 2008 14:45:39 +0000 (15:45 +0100)
commit3c412b59d0a0b5c9277ed9cae248d667c8169f68
treead011b73207b6c8523189b873d8b1c3757d84e12
parent1ab24800008cb1d937122080253ee1a21a82b3bc
sched: fix incorrect irq lock usage in normalize_rt_tasks()

lockdep spotted this bogus irq locking. normalize_rt_tasks() can be called
from hardirq context through sysrq-n

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