From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751694AbbEFL1o (ORCPT ); Wed, 6 May 2015 07:27:44 -0400 Received: from pandora.arm.linux.org.uk ([78.32.30.218]:54294 "EHLO pandora.arm.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751200AbbEFL1n (ORCPT ); Wed, 6 May 2015 07:27:43 -0400 Date: Wed, 6 May 2015 12:27:28 +0100 From: Russell King - ARM Linux To: Bartosz Golaszewski Cc: LKML , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , x86@kernel.org, "Rafael J. Wysocki" , Viresh Kumar , Guenter Roeck , Jean Delvare , Fenghua Yu , Benoit Cousson , Jonathan Corbet , Oleg Drokin , Catalin Marinas Subject: Re: [PATCH v2 1/9] topology: rename topology_thread_cpumask() Message-ID: <20150506112728.GR2067@n2100.arm.linux.org.uk> References: <1430735304-14866-1-git-send-email-bgolaszewski@baylibre.com> <1430735304-14866-2-git-send-email-bgolaszewski@baylibre.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1430735304-14866-2-git-send-email-bgolaszewski@baylibre.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, May 04, 2015 at 12:28:16PM +0200, Bartosz Golaszewski wrote: > Rename topology_thread_cpumask() to topology_sibling_cpumask() for > more consistency with scheduler code. > > Signed-off-by: Bartosz Golaszewski Acked-by: Russell King for: > arch/arm/include/asm/topology.h | 2 +- > diff --git a/arch/arm/include/asm/topology.h b/arch/arm/include/asm/topology.h > index 2fe85ff..370f7a7 100644 > --- a/arch/arm/include/asm/topology.h > +++ b/arch/arm/include/asm/topology.h > @@ -18,7 +18,7 @@ extern struct cputopo_arm cpu_topology[NR_CPUS]; > #define topology_physical_package_id(cpu) (cpu_topology[cpu].socket_id) > #define topology_core_id(cpu) (cpu_topology[cpu].core_id) > #define topology_core_cpumask(cpu) (&cpu_topology[cpu].core_sibling) > -#define topology_thread_cpumask(cpu) (&cpu_topology[cpu].thread_sibling) > +#define topology_sibling_cpumask(cpu) (&cpu_topology[cpu].thread_sibling) > > void init_cpu_topology(void); > void store_cpu_topology(unsigned int cpuid); Thanks. -- FTTC broadband for 0.8mile line: currently at 10.5Mbps down 400kbps up according to speedtest.net.