From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from e33.co.us.ibm.com (e33.co.us.ibm.com [32.97.110.151]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id D14402C009F for ; Thu, 6 Feb 2014 10:14:20 +1100 (EST) Received: from /spool/local by e33.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 5 Feb 2014 16:14:17 -0700 Received: from b03cxnp08027.gho.boulder.ibm.com (b03cxnp08027.gho.boulder.ibm.com [9.17.130.19]) by d03dlp01.boulder.ibm.com (Postfix) with ESMTP id 7AAA81FF0043 for ; Wed, 5 Feb 2014 16:14:14 -0700 (MST) Received: from d03av06.boulder.ibm.com (d03av06.boulder.ibm.com [9.17.195.245]) by b03cxnp08027.gho.boulder.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id s15NDtKh39583838 for ; Thu, 6 Feb 2014 00:13:55 +0100 Received: from d03av06.boulder.ibm.com (loopback [127.0.0.1]) by d03av06.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id s15NHXUB012313 for ; Wed, 5 Feb 2014 16:17:34 -0700 Message-ID: <52F2C5BE.5080803@linux.vnet.ibm.com> Date: Wed, 05 Feb 2014 15:14:06 -0800 From: Cody P Schafer MIME-Version: 1.0 To: Michael Ellerman , Linux PPC Subject: Re: [PATCH 4/8] powerpc: add hv_gpci interface header References: <20140201055807.267F12C00BA@ozlabs.org> In-Reply-To: <20140201055807.267F12C00BA@ozlabs.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Cc: Ingo Molnar , Paul Mackerras , Peter Zijlstra , Arnaldo Carvalho de Melo , LKML List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , >> diff --git a/arch/powerpc/include/asm/hv_gpci.h b/arch/powerpc/include/asm/hv_gpci.h > > Any reason this can't just live in arch/powerpc/perf ? > Nope, it should be able to keep the header there for now. As this interface allows determination of the HW topology, we may have some code that exposes that (in sysfs) at some point, which doesn't really belong in arch/powerpc/perf (though we could just put it there anyhow). From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753509AbaBEXOU (ORCPT ); Wed, 5 Feb 2014 18:14:20 -0500 Received: from e32.co.us.ibm.com ([32.97.110.150]:42897 "EHLO e32.co.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750952AbaBEXOS (ORCPT ); Wed, 5 Feb 2014 18:14:18 -0500 Message-ID: <52F2C5BE.5080803@linux.vnet.ibm.com> Date: Wed, 05 Feb 2014 15:14:06 -0800 From: Cody P Schafer User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Michael Ellerman , Linux PPC CC: Peter Zijlstra , LKML , Ingo Molnar , Paul Mackerras , Arnaldo Carvalho de Melo Subject: Re: [PATCH 4/8] powerpc: add hv_gpci interface header References: <20140201055807.267F12C00BA@ozlabs.org> In-Reply-To: <20140201055807.267F12C00BA@ozlabs.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 14020523-0928-0000-0000-0000064A018A Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org >> diff --git a/arch/powerpc/include/asm/hv_gpci.h b/arch/powerpc/include/asm/hv_gpci.h > > Any reason this can't just live in arch/powerpc/perf ? > Nope, it should be able to keep the header there for now. As this interface allows determination of the HW topology, we may have some code that exposes that (in sysfs) at some point, which doesn't really belong in arch/powerpc/perf (though we could just put it there anyhow).