From: Steven Rostedt <rostedt@goodmis.org>
To: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@elte.hu>, LKML <linux-kernel@vger.kernel.org>
Subject: [PATCH -rt] have highres runqueue adjust_prio
Date: Mon, 03 Apr 2006 12:07:18 -0400 [thread overview]
Message-ID: <1144080438.24581.2.camel@localhost.localdomain> (raw)
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);
next reply other threads:[~2006-04-03 16:07 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-04-03 16:07 Steven Rostedt [this message]
2006-04-04 7:02 ` [PATCH -rt] have highres runqueue adjust_prio Ingo Molnar
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1144080438.24581.2.camel@localhost.localdomain \
--to=rostedt@goodmis.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=tglx@linutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox