* ARM: __enabled_CONFIG_NUMA undeclared
@ 2012-02-17 20:12 Fabio Estevam
2012-02-17 20:27 ` richard -rw- weinberger
2012-02-17 20:38 ` Konstantin Khlebnikov
0 siblings, 2 replies; 3+ messages in thread
From: Fabio Estevam @ 2012-02-17 20:12 UTC (permalink / raw)
To: linux-arm-kernel
Hi,
Building today's linux-next for ARM:
CC arch/arm/kernel/asm-offsets.s
In file included from include/linux/mm.h:8:0,
from arch/arm/kernel/asm-offsets.c:14:
include/linux/gfp.h: In function 'gfp_zonelist':
include/linux/gfp.h:267:1: error: '__enabled_CONFIG_NUMA' undeclared
(first use in this function)
include/linux/gfp.h:267:1: note: each undeclared identifier is
reported only once for each function it appears in
include/linux/gfp.h:267:1: error: '__enabled_CONFIG_NUMA_MODULE'
undeclared (first use in this function)
make[1]: *** [arch/arm/kernel/asm-offsets.s] Error 1
, which is caused by commit 053361e1a (mm: replace NUMA_BUILD with
IS_ENABLED(CONFIG_NUMA)
^ permalink raw reply [flat|nested] 3+ messages in thread
* ARM: __enabled_CONFIG_NUMA undeclared
2012-02-17 20:12 ARM: __enabled_CONFIG_NUMA undeclared Fabio Estevam
@ 2012-02-17 20:27 ` richard -rw- weinberger
2012-02-17 20:38 ` Konstantin Khlebnikov
1 sibling, 0 replies; 3+ messages in thread
From: richard -rw- weinberger @ 2012-02-17 20:27 UTC (permalink / raw)
To: linux-arm-kernel
On Fri, Feb 17, 2012 at 9:12 PM, Fabio Estevam <festevam@gmail.com> wrote:
> Hi,
>
> Building today's linux-next for ARM:
>
> ?CC ? ? ?arch/arm/kernel/asm-offsets.s
> In file included from include/linux/mm.h:8:0,
> ? ? ? ? ? ? ? ? from arch/arm/kernel/asm-offsets.c:14:
> include/linux/gfp.h: In function 'gfp_zonelist':
> include/linux/gfp.h:267:1: error: '__enabled_CONFIG_NUMA' undeclared
> (first use in this function)
> include/linux/gfp.h:267:1: note: each undeclared identifier is
> reported only once for each function it appears in
> include/linux/gfp.h:267:1: error: '__enabled_CONFIG_NUMA_MODULE'
> undeclared (first use in this function)
> make[1]: *** [arch/arm/kernel/asm-offsets.s] Error 1
>
> , which is caused by commit 053361e1a (mm: replace NUMA_BUILD with
> IS_ENABLED(CONFIG_NUMA)
UML is affected too.
--
Thanks,
//richard
^ permalink raw reply [flat|nested] 3+ messages in thread
* ARM: __enabled_CONFIG_NUMA undeclared
2012-02-17 20:12 ARM: __enabled_CONFIG_NUMA undeclared Fabio Estevam
2012-02-17 20:27 ` richard -rw- weinberger
@ 2012-02-17 20:38 ` Konstantin Khlebnikov
1 sibling, 0 replies; 3+ messages in thread
From: Konstantin Khlebnikov @ 2012-02-17 20:38 UTC (permalink / raw)
To: linux-arm-kernel
Fabio Estevam wrote:
> Hi,
>
> Building today's linux-next for ARM:
>
> CC arch/arm/kernel/asm-offsets.s
> In file included from include/linux/mm.h:8:0,
> from arch/arm/kernel/asm-offsets.c:14:
> include/linux/gfp.h: In function 'gfp_zonelist':
> include/linux/gfp.h:267:1: error: '__enabled_CONFIG_NUMA' undeclared
> (first use in this function)
> include/linux/gfp.h:267:1: note: each undeclared identifier is
> reported only once for each function it appears in
> include/linux/gfp.h:267:1: error: '__enabled_CONFIG_NUMA_MODULE'
> undeclared (first use in this function)
> make[1]: *** [arch/arm/kernel/asm-offsets.s] Error 1
>
> , which is caused by commit 053361e1a (mm: replace NUMA_BUILD with
> IS_ENABLED(CONFIG_NUMA)
Thanks. Stephen Rothwell already reported about this bug.
see patch "mm: add config NUMA stub to all architectures"
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-02-17 20:38 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-17 20:12 ARM: __enabled_CONFIG_NUMA undeclared Fabio Estevam
2012-02-17 20:27 ` richard -rw- weinberger
2012-02-17 20:38 ` Konstantin Khlebnikov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).