[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20070619152957.a03fbb2c.akpm@linux-foundation.org>
Date: Tue, 19 Jun 2007 15:29:57 -0700
From: Andrew Morton <akpm@...ux-foundation.org>
To: Christoph Lameter <clameter@....com>
Cc: linux-kernel@...r.kernel.org, linux-mm@...ck.org,
Pekka Enberg <penberg@...helsinki.fi>,
suresh.b.siddha@...el.com
Subject: Re: [patch 10/26] SLUB: Faster more efficient slab determination
for __kmalloc.
On Tue, 19 Jun 2007 15:22:36 -0700 (PDT)
Christoph Lameter <clameter@....com> wrote:
> On Tue, 19 Jun 2007, Andrew Morton wrote:
>
> > On Mon, 18 Jun 2007 02:58:48 -0700
> > clameter@....com wrote:
> >
> > > + BUG_ON(KMALLOC_MIN_SIZE > 256 ||
> > > + (KMALLOC_MIN_SIZE & (KMALLOC_MIN_SIZE - 1)));
> >
> > BUILD_BUG_ON?
> >
> Does not matter. That code is __init.
Finding out at compile time is better.
-
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