Re: [RFC PATCH powerpc] make CONFIG_NUMA depends on CONFIG_SMP

2013-04-19 Thread Michael Ellerman
On Fri, 2013-04-19 at 10:10 +0800, Li Zhong wrote: > On Thu, 2013-04-18 at 11:46 +1000, Michael Ellerman wrote: > > On Wed, May 30, 2012 at 05:31:58PM +0800, Li Zhong wrote: > > > I'm not sure whether it makes sense to add this dependency to avoid > > > CONFI_NUMA && !CONFIG_SMP. > > > > > > I wa

Re: [RFC PATCH powerpc] make CONFIG_NUMA depends on CONFIG_SMP

2013-04-18 Thread Li Zhong
On Thu, 2013-04-18 at 11:46 +1000, Michael Ellerman wrote: > On Wed, May 30, 2012 at 05:31:58PM +0800, Li Zhong wrote: > > I'm not sure whether it makes sense to add this dependency to avoid > > CONFI_NUMA && !CONFIG_SMP. > > > > I want to do this because I saw some build errors on next-tree when

Re: [RFC PATCH powerpc] make CONFIG_NUMA depends on CONFIG_SMP

2013-04-17 Thread Michael Ellerman
On Wed, May 30, 2012 at 05:31:58PM +0800, Li Zhong wrote: > I'm not sure whether it makes sense to add this dependency to avoid > CONFI_NUMA && !CONFIG_SMP. > > I want to do this because I saw some build errors on next-tree when > compiling with CONFIG_SMP disabled, and it seems they are caused b

[RFC PATCH powerpc] make CONFIG_NUMA depends on CONFIG_SMP

2012-05-30 Thread Li Zhong
I'm not sure whether it makes sense to add this dependency to avoid CONFI_NUMA && !CONFIG_SMP. I want to do this because I saw some build errors on next-tree when compiling with CONFIG_SMP disabled, and it seems they are caused by some codes under the CONFIG_NUMA #ifdefs. Signed-off-by: Li Zho