linux-next ia64 build problems in slqb

From: Luck, Tony
Date: Mon Apr 20 2009 - 18:08:41 EST


The ia64 "allnoconfig" build ends up with the (possibly dubious) combination
of .config options:

CONFIG_SMP=n
CONFIG_NUMA=y

which leads to the following build problems with mm/slqb.c

CC mm/slqb.o
mm/slqb.c: In function â??__slab_freeâ??:
mm/slqb.c:1735: error: implicit declaration of function â??slab_free_to_remoteâ??
mm/slqb.c: In function â??kmem_cache_openâ??:
mm/slqb.c:2274: error: implicit declaration of function â??kmem_cache_dyn_array_freeâ??
mm/slqb.c:2275: warning: label â??error_cpu_arrayâ?? defined but not used
mm/slqb.c: In function â??kmem_cache_destroyâ??:
mm/slqb.c:2395: error: implicit declaration of function â??claim_remote_free_listâ??
mm/slqb.c: In function â??kmem_cache_initâ??:
mm/slqb.c:2885: error: â??per_cpu__kmem_cpu_nodesâ?? undeclared (first use in this function)
mm/slqb.c:2885: error: (Each undeclared identifier is reported only once
mm/slqb.c:2885: error: for each function it appears in.)
mm/slqb.c:2886: error: â??kmem_cpu_cacheâ?? undeclared (first use in this function)

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