From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Subject: Re: [PATCH] linux-next arch/ia64/kernel/setup.c: Fix setup_per_cpu_areas() compilation error Date: Wed, 15 Jul 2009 11:48:45 +0900 Message-ID: <4A5D438D.2050106@kernel.org> References: <20090713200942.GA19606@linux-os.sc.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20090713200942.GA19606@linux-os.sc.intel.com> Sender: linux-ia64-owner@vger.kernel.org To: Fenghua Yu Cc: Stephen Rothwell , linux-next@vger.kernel.org, linux-ia64@vger.kernel.org List-Id: linux-next.vger.kernel.org Fenghua Yu wrote: > Fix ia64 build setup_per_cpu_areas() redifinition issue in UP configuration > > When compiling ia64 kernel in UP configuration, the following compilation errors > are reported: > > arch/ia64/kernel/setup.c:860: error: redefinition of 'setup_per_cpu_areas' > include/linux/percpu.h:185: error: previous definition of 'setup_per_cpu_areas' was here > > The patch fixes the issue in arch/ia64/kernel/setup.c > > Signed-off-by: Fenghua Yu Committed to percpu#for-next. Thanks. -- tejun