From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Thu, 18 Apr 2013 11:46:00 +1000 From: Michael Ellerman To: Li Zhong Subject: Re: [RFC PATCH powerpc] make CONFIG_NUMA depends on CONFIG_SMP Message-ID: <20130418014559.GB8261@concordia> References: <1338370318.3637.12.camel@ThinkPad-T420> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1338370318.3637.12.camel@ThinkPad-T420> Cc: PowerPC email list , Paul Mackerras List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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 by some > codes under the CONFIG_NUMA #ifdefs. This seems to make sense to me. Can you please repost with a better changelog and a description of the actual build error you were seeing. cheers