Re: 2.6.22-rc6-mm1: SLUB_DEBUG=n compile error

2007-07-06 Thread Christoph Lameter
On Sat, 7 Jul 2007, Adrian Bunk wrote: > > Why switch CONFIG_SLUB_DEBUG off? This is an option for embedded systems. > > Unlikely to occur on NUMA. > > ??? > This compile error is not related to NUMA. Ah. the init_kmem_cache_node() code was moved outside of CONFIG_NUMA. Sigh. Only the other i

Re: 2.6.22-rc6-mm1: SLUB_DEBUG=n compile error

2007-07-06 Thread Adrian Bunk
On Fri, Jul 06, 2007 at 07:03:34PM -0700, Christoph Lameter wrote: > On Sat, 7 Jul 2007, Adrian Bunk wrote: > > > With CONFIG_SLUB_DEBUG=n: > > Why switch CONFIG_SLUB_DEBUG off? This is an option for embedded systems. > Unlikely to occur on NUMA. ??? This compile error is not related to NUMA.

Re: 2.6.22-rc6-mm1: SLUB_DEBUG=n compile error

2007-07-06 Thread Christoph Lameter
On Sat, 7 Jul 2007, Adrian Bunk wrote: > With CONFIG_SLUB_DEBUG=n: Why switch CONFIG_SLUB_DEBUG off? This is an option for embedded systems. Unlikely to occur on NUMA. > /home/bunk/linux/kernel-2.6/linux-2.6.22-rc6-mm1/mm/slub.c: In function > ÿÿinit_kmem_cache_nodeÿÿ: > /home/bunk/linux/kerne

2.6.22-rc6-mm1: SLUB_DEBUG=n compile error

2007-07-06 Thread Adrian Bunk
On Thu, Jun 28, 2007 at 03:43:21AM -0700, Andrew Morton wrote: >... > Changes since 2.6.22-rc4-mm2: >... > +slub-add-some-more-inlines-and-ifdef-config_slub_debug.patch >... > slub/slab/slob updates >... Tip of the day: Also test the compilation of the configuration you are changing. With CONFIG