powerpc/perf: Change type of the bhrb_users variable
authorAnshuman Khandual <khandual@linux.vnet.ibm.com>
Tue, 30 Jun 2015 08:20:28 +0000 (13:50 +0530)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 27 Jul 2015 04:31:44 +0000 (14:31 +1000)
commitf0322f7f1e2165fbf83530a424ef6ebeacbf4bca
treeac1bd65a4d5ba41607e2c054c23e8bd93892d6c8
parent465345ca387ed491c467689ec2ac1ecbe1d84c3d
powerpc/perf: Change type of the bhrb_users variable

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 <dja@axtens.net>
Signed-off-by: Anshuman Khandual <khandual@linux.vnet.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/perf/core-book3s.c