[PATCH 2/5] powerpc/perf: Change type of the bhrb_users variable

2015-06-30 Thread Anshuman Khandual
This patch just changes data type of bhrb_users variable from int to unsigned int because it never contains a negative value. Reported-by: Daniel Axtens Signed-off-by: Anshuman Khandual --- arch/powerpc/perf/core-book3s.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/a

Re: [2/5] powerpc/perf: Change type of the bhrb_users variable

2015-08-02 Thread Michael Ellerman
On Tue, 2015-30-06 at 08:20:28 UTC, Anshuman Khandual wrote: > This patch just changes data type of bhrb_users variable from > int to unsigned int because it never contains a negative value. > > Reported-by: Daniel Axtens > Signed-off-by: Anshuman Khandual Applied to powerpc next, thanks. http