commit | 4cf5d77a6eefaa7a464bc34e8cb767356f10fd74 | [log] [tgz] |
---|---|---|
author | Peter Zijlstra <a.p.zijlstra@chello.nl> | Wed Feb 13 15:45:39 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Feb 13 15:45:39 2008 +0100 |
tree | ad011b73207b6c8523189b873d8b1c3757d84e12 | |
parent | 8ed3699682be75fd68281239c202ad3830f9c72d [diff] |
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>