* [PATCH -rt] have highres runqueue adjust_prio
@ 2006-04-03 16:07 Steven Rostedt
2006-04-04 7:02 ` Ingo Molnar
0 siblings, 1 reply; 2+ messages in thread
From: Steven Rostedt @ 2006-04-03 16:07 UTC (permalink / raw)
To: Thomas Gleixner; +Cc: Ingo Molnar, LKML
Currently, the low res runqueue in hrtimers calls adjust prio, but the
high res does not.
-- Steve
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Index: linux-2.6.16-rt11/kernel/hrtimer.c
===================================================================
--- linux-2.6.16-rt11.orig/kernel/hrtimer.c 2006-03-30 08:28:18.000000000 -0500
+++ linux-2.6.16-rt11/kernel/hrtimer.c 2006-03-30 10:41:38.000000000 -0500
@@ -951,6 +951,7 @@
BUG_ON(hrtimer_active(timer));
enqueue_hrtimer(timer, base);
}
+ hrtimer_adjust_softirq_prio(base);
}
set_curr_timer(base, NULL);
spin_unlock_irq(&base->lock);
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-04-04 7:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-03 16:07 [PATCH -rt] have highres runqueue adjust_prio Steven Rostedt
2006-04-04 7:02 ` Ingo Molnar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox