From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753104AbcFOFbp (ORCPT ); Wed, 15 Jun 2016 01:31:45 -0400 Received: from ozlabs.org ([103.22.144.67]:59306 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753075AbcFOFbn (ORCPT ); Wed, 15 Jun 2016 01:31:43 -0400 In-Reply-To: <1465404871-5406-4-git-send-email-shreyas@linux.vnet.ibm.com> To: "Shreyas B. Prabhu" From: Michael Ellerman Cc: ego@linux.vnet.ibm.com, mikey@neuling.org, benh@au1.ibm.com, "Shreyas B. Prabhu" , linux-kernel@vger.kernel.org, maddy@linux.vnet.ibm.com, linuxppc-dev@lists.ozlabs.org Subject: Re: [v6, 03/11] powerpc/powernv: Rename idle_power7.S to idle_power_common.S Message-Id: <3rTw9n5cZwz9s2G@ozlabs.org> Date: Wed, 15 Jun 2016 15:31:41 +1000 (AEST) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2016-08-06 at 16:54:23 UTC, "Shreyas B. Prabhu" wrote: > idle_power7.S handles idle entry/exit for POWER7, POWER8 and in next > patch for POWER9. Rename the file to a non-hardware specific > name. It's not common for all powerpc CPUs though. So can you call it something other than just "common". Maybe idle_book3s.S, or (if it's correct) idle_206.S cheers