Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756882AbZJNSgq (ORCPT ); Wed, 14 Oct 2009 14:36:46 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751868AbZJNSgq (ORCPT ); Wed, 14 Oct 2009 14:36:46 -0400 Received: from mga02.intel.com ([134.134.136.20]:58899 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751414AbZJNSgp convert rfc822-to-8bit (ORCPT ); Wed, 14 Oct 2009 14:36:45 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.44,560,1249282800"; d="scan'208";a="457464402" From: "Luck, Tony" To: Christoph Lameter CC: Tejun Heo , "linux-kernel@vger.kernel.org" , "rusty@rustcorp.com.au" , "mingo@redhat.com" , Thomas Gleixner , "akpm@linux-foundation.org" , "rostedt@goodmis.org" , "hpa@zytor.com" , "cebbert@redhat.com" Date: Wed, 14 Oct 2009 11:36:07 -0700 Subject: RE: [PATCH 13/16] percpu: remove per_cpu__ prefix. Thread-Topic: [PATCH 13/16] percpu: remove per_cpu__ prefix. Thread-Index: AcpM/EN9Te4+fY0MTD+Sr05+7vcMiwAAF2aw Message-ID: <57C9024A16AD2D4C97DC78E552063EA3E3226704@orsmsx505.amr.corp.intel.com> References: <1255500125-3210-1-git-send-email-tj@kernel.org> <1255500125-3210-14-git-send-email-tj@kernel.org> <57C9024A16AD2D4C97DC78E552063EA3E32264A8@orsmsx505.amr.corp.intel.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 661 Lines: 22 > we would still have to use per cpu operations to get to the contents of > these variables. That's good. > Hope that addresses your concerns. But then I don't understand the original patch that was going to do: > -#define __ia64_per_cpu_var(var) per_cpu__##var > +#define __ia64_per_cpu_var(var) var Presumably all actual use of __ia64_per_cpu_var is being replaced by some other "per cpu operations"? -Tony -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/