From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1763291AbYARTrR (ORCPT ); Fri, 18 Jan 2008 14:47:17 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1761247AbYARTrE (ORCPT ); Fri, 18 Jan 2008 14:47:04 -0500 Received: from ozlabs.org ([203.10.76.45]:43431 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1761365AbYARTrB (ORCPT ); Fri, 18 Jan 2008 14:47:01 -0500 From: Rusty Russell To: travis@sgi.com Subject: Re: [PATCH 1/7] Modules: Fold percpu_modcopy into module.c Date: Sat, 19 Jan 2008 06:46:25 +1100 User-Agent: KMail/1.9.6 (enterprise 0.20070907.709405) Cc: Andrew Morton , Andi Kleen , mingo@elte.hu, Christoph Lameter , linux-mm@kvack.org, linux-kernel@vger.kernel.org References: <20080118182953.748071000@sgi.com> <20080118182953.922370000@sgi.com> In-Reply-To: <20080118182953.922370000@sgi.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200801190646.25817.rusty@rustcorp.com.au> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Saturday 19 January 2008 05:29:54 travis@sgi.com wrote: > percpu_modcopy() is defined multiple times in arch files. However, the only > user is module.c. Put a static definition into module.c and remove > the definitions from the arch files. Acked-by: Rusty Russell Thanks! Rusty. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rusty Russell Subject: Re: [PATCH 1/7] Modules: Fold percpu_modcopy into module.c Date: Sat, 19 Jan 2008 06:46:25 +1100 References: <20080118182953.748071000@sgi.com> <20080118182953.922370000@sgi.com> In-Reply-To: <20080118182953.922370000@sgi.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200801190646.25817.rusty@rustcorp.com.au> Sender: owner-linux-mm@kvack.org Return-Path: To: travis@sgi.com Cc: Andrew Morton , Andi Kleen , mingo@elte.hu, Christoph Lameter , linux-mm@kvack.org, linux-kernel@vger.kernel.org List-ID: On Saturday 19 January 2008 05:29:54 travis@sgi.com wrote: > percpu_modcopy() is defined multiple times in arch files. However, the only > user is module.c. Put a static definition into module.c and remove > the definitions from the arch files. Acked-by: Rusty Russell Thanks! Rusty. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org