From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ralf Baechle Subject: Re: [PATCH -next] ia64, metag: Do not export min_low_pfn in arch-specific code Date: Wed, 22 May 2013 19:57:17 +0200 Message-ID: <20130522175717.GG10769@linux-mips.org> References: <1367086831-10740-1-git-send-email-geert@linux-m68k.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from localhost.localdomain ([127.0.0.1]:34518 "EHLO linux-mips.org" rhost-flags-OK-OK-OK-FAIL) by eddie.linux-mips.org with ESMTP id S6835040Ab3EVR5ZRC5Cb (ORCPT + 3 others); Wed, 22 May 2013 19:57:25 +0200 Content-Disposition: inline In-Reply-To: Sender: linux-ia64-owner@vger.kernel.org To: James Hogan Cc: Geert Uytterhoeven , Sanjay Lal , kvm@vger.kernel.org, linux-mips@linux-mips.org, linux-ia64@vger.kernel.org, LKML , linux-next@vger.kernel.org List-Id: linux-next.vger.kernel.org On Sun, Apr 28, 2013 at 11:24:35AM +0100, James Hogan wrote: > On 27 April 2013 19:20, Geert Uytterhoeven wrote: > > As of commit 787dcbe6984b3638e94f60d807dcb51bb8a07211 ("MIPS: Export > > symbols used by KVM/MIPS module"), min_low_pfn is already exported by > > the generic mm/bootmem.c, causing: > > > > WARNING: vmlinux: 'min_low_pfn' exported twice. Previous export was in vmlinux > > > > Signed-off-by: Geert Uytterhoeven > > This has been pointed out several times and needs fixing in the mips > tree where the warning was introduced. I've changed the MIPS code to no longer require the export of min_low_pfn and dropped the export of that particular file. I still see that IA-64 and metag export min_low_pfn so maybe it should be exported from mm/ after all? Ralf