Re: selftest/powerpc: Wrong PMC initialized in pmc56_overflow test

2017-01-18 Thread Michael Ellerman
On Mon, 2016-12-19 at 12:16:53 UTC, Madhavan Srinivasan wrote: > Test uses PMC2 to count the event. But PMC1 is being initialized. > Patch to fix it. > > Fixes: 3752e453f6ba ('selftests/powerpc: Add tests of PMU EBBs') > Signed-off-by: Madhavan Srinivasan Applied to powerpc fixes, thanks. https

[PATCH] selftest/powerpc: Wrong PMC initialized in pmc56_overflow test

2016-12-19 Thread Madhavan Srinivasan
Test uses PMC2 to count the event. But PMC1 is being initialized. Patch to fix it. Fixes: 3752e453f6ba ('selftests/powerpc: Add tests of PMU EBBs') Signed-off-by: Madhavan Srinivasan --- tools/testing/selftests/powerpc/pmu/ebb/pmc56_overflow_test.c | 2 +- 1 file changed, 1 insertion(+), 1 delet