Re: [PATCH -next] cris: cpuinfo_op should depend on CONFIG_PROC_FS

2014-03-02 Thread Josh Triplett
On Mon, Mar 03, 2014 at 11:16:54AM +1100, Stephen Rothwell wrote: > Hi Geert, > > On Sun, 2 Mar 2014 11:34:39 +0100 Geert Uytterhoeven > wrote: > > > > Now allnoconfig started disabling CONFIG_PROC_FS: > > > > arch/cris/kernel/built-in.o:(.rodata+0xc): undefined reference to > >

Re: [PATCH -next] cris: cpuinfo_op should depend on CONFIG_PROC_FS

2014-03-02 Thread Stephen Rothwell
Hi Geert, On Sun, 2 Mar 2014 11:34:39 +0100 Geert Uytterhoeven wrote: > > Now allnoconfig started disabling CONFIG_PROC_FS: > > arch/cris/kernel/built-in.o:(.rodata+0xc): undefined reference to > `show_cpuinfo' > make: *** [vmlinux] Error 1 > > Signed-off-by: Geert Uytterhoeven

[PATCH -next] cris: cpuinfo_op should depend on CONFIG_PROC_FS

2014-03-02 Thread Geert Uytterhoeven
Now allnoconfig started disabling CONFIG_PROC_FS: arch/cris/kernel/built-in.o:(.rodata+0xc): undefined reference to `show_cpuinfo' make: *** [vmlinux] Error 1 Signed-off-by: Geert Uytterhoeven --- http://kisskb.ellerman.id.au/kisskb/buildresult/10665698/ arch/cris/kernel/setup.c |

[PATCH -next] cris: cpuinfo_op should depend on CONFIG_PROC_FS

2014-03-02 Thread Geert Uytterhoeven
Now allnoconfig started disabling CONFIG_PROC_FS: arch/cris/kernel/built-in.o:(.rodata+0xc): undefined reference to `show_cpuinfo' make: *** [vmlinux] Error 1 Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org --- http://kisskb.ellerman.id.au/kisskb/buildresult/10665698/

Re: [PATCH -next] cris: cpuinfo_op should depend on CONFIG_PROC_FS

2014-03-02 Thread Stephen Rothwell
Hi Geert, On Sun, 2 Mar 2014 11:34:39 +0100 Geert Uytterhoeven ge...@linux-m68k.org wrote: Now allnoconfig started disabling CONFIG_PROC_FS: arch/cris/kernel/built-in.o:(.rodata+0xc): undefined reference to `show_cpuinfo' make: *** [vmlinux] Error 1 Signed-off-by: Geert

Re: [PATCH -next] cris: cpuinfo_op should depend on CONFIG_PROC_FS

2014-03-02 Thread Josh Triplett
On Mon, Mar 03, 2014 at 11:16:54AM +1100, Stephen Rothwell wrote: Hi Geert, On Sun, 2 Mar 2014 11:34:39 +0100 Geert Uytterhoeven ge...@linux-m68k.org wrote: Now allnoconfig started disabling CONFIG_PROC_FS: arch/cris/kernel/built-in.o:(.rodata+0xc): undefined reference to