From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Wed, 22 May 2013 19:57:29 +0200 (CEST) Received: from localhost.localdomain ([127.0.0.1]:34516 "EHLO linux-mips.org" rhost-flags-OK-OK-OK-FAIL) by eddie.linux-mips.org with ESMTP id S6835056Ab3EVR5YnCF0b (ORCPT ); Wed, 22 May 2013 19:57:24 +0200 Received: from scotty.linux-mips.net (localhost.localdomain [127.0.0.1]) by scotty.linux-mips.net (8.14.5/8.14.4) with ESMTP id r4MHvKSh020761; Wed, 22 May 2013 19:57:20 +0200 Received: (from ralf@localhost) by scotty.linux-mips.net (8.14.5/8.14.5/Submit) id r4MHvHY6020760; Wed, 22 May 2013 19:57:17 +0200 Date: Wed, 22 May 2013 19:57:17 +0200 From: Ralf Baechle 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 Subject: Re: [PATCH -next] ia64, metag: Do not export min_low_pfn in arch-specific code 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 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 36530 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: ralf@linux-mips.org Precedence: bulk List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: linux-mips X-List-ID: linux-mips List-subscribe: List-owner: List-post: List-archive: X-list: linux-mips 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