[PATCH] Add the IBM POWER7+ processor support.
The POWER7+ event files are the same as for POWER7. Just need to
return success if the processor type is POWER7 or POWER7+.
Signed-off-by: Carl Love
---
lib/pfmlib_power7.c | 2 +-
lib/pfmlib_power_priv.h | 1 +
2 files changed, 2 insertions(+
Patch applied.
Thanks.
On Mon, Jan 28, 2013 at 5:16 PM, Carl E. Love wrote:
> [PATCH] Add the IBM POWER7+ processor support.
>
> The POWER7+ event files are the same as for POWER7. Just need to
> return success if the processor type is POWER7 or POWER7+.
>
> Signed-off-by: Carl Love
> ---
> li