[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1316680730.31429.0.camel@twins>
Date: Thu, 22 Sep 2011 10:38:50 +0200
From: Peter Zijlstra <peterz@...radead.org>
To: Mike Galbraith <efault@....de>
Cc: linux-rt-users <linux-rt-users@...r.kernel.org>,
Thomas Gleixner <tglx@...utronix.de>,
LKML <linux-kernel@...r.kernel.org>,
Oleg Nesterov <oleg@...hat.com>,
Miklos Szeredi <miklos@...redi.hu>, mingo <mingo@...hat.com>
Subject: Re: rt14: strace -> migrate_disable_atomic imbalance
On Wed, 2011-09-21 at 20:50 +0200, Peter Zijlstra wrote:
> +static void wait_task_inactive_sched_out(struct preempt_notifier *n,
> + struct task_struct *next)
> +{
> + struct task_struct *p;
> + struct wait_task_inactive_blocked *blocked =
> + container_of(n, struct wait_task_inactive_blocked, notifier);
> +
> + if (current->on_rq) /* we're not inactive yet */
> + return;
> +
> + hlist_del(&n->link);
> +
> + p = ACCESS_ONCE(blocked->waiter);
> + blocked->waiter = NULL;
> + wake_up_process(p);
> +}
Trying a wakeup from there isn't going to actually ever work of-course..
Duh!
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists