Re: 2.6.13-rc7-rt1

From: Daniel Walker
Date: Thu Aug 25 2005 - 17:20:48 EST


Nevermind , the original patch looks fine.

Daniel

On Thu, 2005-08-25 at 23:54 +0200, Ingo Molnar wrote:
> * Daniel Walker <dwalker@xxxxxxxxxx> wrote:
>
> > @@ -257,6 +257,7 @@ void check_preempt_wakeup(struct task_st
> > * hangs and race conditions.
> > */
> > if (!preempt_count() &&
> > + !__raw_irqs_disabled() &&
> > p->prio < current->prio &&
> > rt_task(p) &&
> > (current->rcu_read_lock_nesting != 0 ||
>
> did you get a false positive? If yes, in what code/driver?
>
> Ingo

-
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/