Re: [PATCH v2 05/11] powerpc: add hv_gpci interface header
From: Michael Ellerman <mpe@ellerman.id.au>
Date: 2014-02-25 03:35:37
Also in:
lkml
From: Michael Ellerman <mpe@ellerman.id.au>
Date: 2014-02-25 03:35:37
Also in:
lkml
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