Re: [13/17] Virtual compound page freeing in interrupt context

From: KAMEZAWA Hiroyuki
Date: Fri Sep 28 2007 - 19:59:01 EST


On Fri, 28 Sep 2007 10:35:44 -0700 (PDT)
Christoph Lameter <clameter@xxxxxxx> wrote:

> On Fri, 28 Sep 2007, KAMEZAWA Hiroyuki wrote:
>
> > On Tue, 25 Sep 2007 16:42:17 -0700
> > Christoph Lameter <clameter@xxxxxxx> wrote:
> >
> > > +static noinline void vcompound_free(void *addr)
> > > +{
> > > + if (in_interrupt()) {
> >
> > Should be (in_interrupt() || irqs_disabled()) ?
>
> Maybe only irqs_disabled()?
>
Ah,.. maybe.

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