Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754336AbdDLNcA (ORCPT ); Wed, 12 Apr 2017 09:32:00 -0400 Received: from ozlabs.org ([103.22.144.67]:56733 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754452AbdDLNbw (ORCPT ); Wed, 12 Apr 2017 09:31:52 -0400 X-powerpc-patch-notification: thanks X-powerpc-patch-commit: a7cd88da97040513e17cd77ae3e57764e854bae4 In-Reply-To: To: "Gautham R. Shenoy" , Michael Neuling , Benjamin Herrenschmidt , "Shreyas B. Prabhu" , Shilpasri G Bhat , Vaidyanathan Srinivasan , Anton Blanchard , Balbir Singh , Akshay Adiga , Nicholas Piggin , Mahesh J Salgaonkar From: Michael Ellerman Cc: "Gautham R. Shenoy" , linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: [v3, 1/4] powernv: Move CPU-Offline idle state invocation from smp.c to idle.c Message-Id: <3w34Zp0ZCrz9sNV@ozlabs.org> Date: Wed, 12 Apr 2017 23:31:45 +1000 (AEST) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 697 Lines: 17 On Wed, 2017-03-22 at 15:04:14 UTC, "Gautham R. Shenoy" wrote: > From: "Gautham R. Shenoy" > > Move the piece of code in powernv/smp.c::pnv_smp_cpu_kill_self() which > transitions the CPU to the deepest available platform idle state to a > new function named pnv_cpu_offline() in powernv/idle.c. The rationale > behind this code movement is that the data required to determine the > deepest available platform state resides in powernv/idle.c. > > Reviewed-by: Nicholas Piggin > Signed-off-by: Gautham R. Shenoy Series applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/a7cd88da97040513e17cd77ae3e577 cheers