From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752741AbcCUHXI (ORCPT ); Mon, 21 Mar 2016 03:23:08 -0400 Received: from mail-pf0-f177.google.com ([209.85.192.177]:33428 "EHLO mail-pf0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751349AbcCUHW7 (ORCPT ); Mon, 21 Mar 2016 03:22:59 -0400 Date: Mon, 21 Mar 2016 12:52:55 +0530 From: Viresh Kumar To: Shilpasri G Bhat Cc: linuxppc-dev@ozlabs.org, linux-kernel@vger.kernel.org, ego@linux.vnet.ibm.com, linux-pm@vger.kernel.org, rjw@rjwysocki.net, pc@us.ibm.com, shreyas@linux.vnet.ibm.com, anton@samba.org, mikey@neuling.org Subject: Re: [PATCH] cpufreq: powernv: Define per_cpu chip pointer to optimize hot-path Message-ID: <20160321072255.GB1803@vireshk-i7> References: <1458274308.6622.79.camel@neuling.org> <1458313100-27676-1-git-send-email-shilpa.bhat@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1458313100-27676-1-git-send-email-shilpa.bhat@linux.vnet.ibm.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 18-03-16, 20:28, Shilpasri G Bhat wrote: > From: Michael Neuling > > "cpufreq: powernv: Remove cpu_to_chip_id() from hot-path" introduced If the patch is already committed, you should provide its commit id as well. > 'core_to_chip_map' array to cache the chip-id of all cores. Replace > this with per_cpu variable that stores the pointer to the chip-array. > This removes the linear lookup and provides a neater and simpler > solution. > > Signed-off-by: Michael Neuling > Tested-by: Shilpasri G Bhat You are sending this patch and you have updated it as well.. So, you should have had your signed-off here. Acked-by: Viresh Kumar -- viresh