Re: [RFC PATCH 11/15] x86: Nohz task support

From: Frederic Weisbecker
Date: Mon Dec 20 2010 - 20:30:33 EST


On Mon, Dec 20, 2010 at 05:23:19PM +0100, Peter Zijlstra wrote:
> On Mon, 2010-12-20 at 16:24 +0100, Frederic Weisbecker wrote:
> >
> > Implement the thread flag, syscalls and exception hooks for
> > nohz task support.
> >
>
> I saw:
> - syscall
> - do_int3
> - do_debug (int1)
> - #PF
>
> So where's all other interrupts?

No need to handle them.

We have:

rcu_irq_enter() rcu_irq_exit() rcu_nmi_enter() rcu_nmi_exit()
and they already act as pauses into extended quiescent states, which
is enough for our needs.
--
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/