From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756348Ab1LEMqm (ORCPT ); Mon, 5 Dec 2011 07:46:42 -0500 Received: from mx3.mail.elte.hu ([157.181.1.138]:55991 "EHLO mx3.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756243Ab1LEMqi (ORCPT ); Mon, 5 Dec 2011 07:46:38 -0500 Date: Mon, 5 Dec 2011 13:44:49 +0100 From: Ingo Molnar To: David Rientjes Cc: tglx@linutronix.de, Ingo Molnar , "H. Peter Anvin" , H Hartley Sweeten , linux-kernel@vger.kernel.org, x86@kernel.org, Yinghai Lu , Tejun Heo Subject: Re: [PATCH] x86: use the same node_distance for 32 and 64-bit Message-ID: <20111205124449.GG3143@elte.hu> References: <201109191603.15560.hartleys@visionengravers.com> 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) X-ELTE-SpamScore: -2.0 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-2.0 required=5.9 tests=AWL,BAYES_00 autolearn=no SpamAssassin version=3.3.1 -2.0 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] 0.0 AWL AWL: From: address is in the auto white-list Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * David Rientjes wrote: > On Mon, 19 Sep 2011, David Rientjes wrote: > > > On Mon, 19 Sep 2011, H Hartley Sweeten wrote: > > > > > The node_distance function is not x86 64-bit specific. Having the #ifdef > > > around the extern function declaration and the #define causes the default > > > node_distance macro to be used in asm-generic/topology.h. This also causes > > > a sparse warning in arch/x86/mm/numa.c when CONFIG_X86_64 is not set: > > > > > > warning: symbol '__node_distance' was not declared. Should it be static? > > > > > > Remove the #ifdef to fix both issues. > > > > > > Signed-off-by: H Hartley Sweeten > > > Cc: Thomas Gleixner > > > Cc: Ingo Molnar > > > Cc: "H. Peter Anvin" > > > Cc: Tejun Heo > > > Cc: Yinghai Lu > > > > [ I think kernel.org emails are still down, so I sent this to > > htejun@gmail.com instead. ] > > > > Acked-by: David Rientjes > > > > Ingo, Peter, I don't think this was merged into any x86 tree > yet (and I gave up trying to figure it out, cloning from > tesla.tglx.de was going about 2kB/sec). > > It was also acked by Tejun Heo during review. No objections, could someone please resend it with all acks in place, and with maintainers Cc:-ed? I don't have the original mail in any of my folders. Thanks, Ingo