lkml.org 
[lkml]   [2009]   [Jun]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
DateFri, 12 Jun 2009 18:44:01 +0300
SubjectRe: [PATCH 2/3] slab,slub: don't enable interrupts during early boot
FromPekka 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/

\
 
 \ /
  Last update: 2009-06-12 17:47    [from the cache]
©2003-2010