From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: In-Reply-To: <1392415338-16288-6-git-send-email-cody@linux.vnet.ibm.com> To: Cody P Schafer , Linux PPC From: Michael Ellerman Subject: Re: [PATCH v2 05/11] powerpc: add hv_gpci interface header Message-Id: <20140225033328.1D5652C030B@ozlabs.org> Date: Tue, 25 Feb 2014 14:33:27 +1100 (EST) Cc: Peter Zijlstra , LKML , Ingo Molnar , Paul Mackerras , Arnaldo Carvalho de Melo List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, 2014-14-02 at 22:02:09 UTC, Cody P Schafer wrote: > "H_GetPerformanceCounterInfo" (refered to as hv_gpci or just gpci from > here on) is an interface to retrieve specific performance counters and > other data from the hypervisor. All outputs have a fixed format (and > are represented as structs in this patch). I still see unused stuff in here, can you strip it back to just what we need. Same goes for the next patch. cheers