[PATCH -rt] have highres runqueue adjust_prio

From: Steven Rostedt
Date: Mon Apr 03 2006 - 12:12:29 EST


Currently, the low res runqueue in hrtimers calls adjust prio, but the
high res does not.

-- Steve

Signed-off-by: Steven Rostedt <rostedt@xxxxxxxxxxx>

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);


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/