Re: Why can't I set the priority of softirq-hrt? (Re: 2.6.17-rt1)
From: Esben Nielsen
Date: Wed Jun 21 2006 - 12:12:46 EST
Odd, ...
On Wed, 21 Jun 2006, Steven Rostedt wrote:
On Wed, 21 Jun 2006, Esben Nielsen wrote:
The below patch has whitespace damage. Could you resend?
Does it help if I send it as an attachment?
Don't know. See below:
Index: linux-2.6.17-rt1/kernel/rtmutex.c
===================================================================
--- linux-2.6.17-rt1.orig/kernel/rtmutex.c
+++ linux-2.6.17-rt1/kernel/rtmutex.c
@@ -625,6 +625,7 @@ rt_lock_slowlock(struct rt_mutex *lock _
The below has two spaces before the tab. Is that from your mailer?
When I open the patch file in emacs it isn't like that, so I guess so, but
when I open my mail-box in emacs it is like that. So it has to be Pine. I
thought ctrl-R did the trick of inserting a patch from quilt?
Anyway, could you apply the attached patch from the previous mail?
Esben
debug_rt_mutex_init_waiter(&waiter);
waiter.task = NULL;
+ waiter.save_state = 1;
spin_lock(&lock->wait_lock);
The rest of the patch is the same. The two spaces kill patch.
-- Steve
-
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/