Messages in this thread |  | | | Date | Fri, 12 Jun 2009 18:44:01 +0300 | | Subject | Re: [PATCH 2/3] slab,slub: don't enable interrupts during early boot | | From | Pekka Enberg <> |
| |
On Fri, Jun 12, 2009 at 6:41 PM, Pekka J Enberg<penberg@cs.helsinki.fi> wrote: > @@ -3237,6 +3251,10 @@ retry: > } > > if (!obj) { > + /* Lets avoid crashing in early boot code. */ > + if (WARN_ON_ONCE((local_flags & ~slab_gfp_mask) != 0)) > + local_flags &= slab_gfp_mask; > +
Argh! This hunk should not be here.
Pekka -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |