commit | 6330aae7dcd54df893813392e310141be7aa5323 | [log] [tgz] |
---|---|---|
author | Will Deacon <will.deacon@arm.com> | Tue Jul 19 14:55:57 2011 +0100 |
committer | Will Deacon <will.deacon@arm.com> | Wed Aug 31 10:18:00 2011 +0100 |
tree | f37299feade875390787fa594097ad85f04f47fa | |
parent | 0b390e2126e03b6ec41f96fb0550b1526d00e203 [diff] |
ARM: perf: use u32 instead of unsigned long for PMNC register The ARMv7 perf backend mixes up u32 and unsigned long, which is rather ugly. This patch makes the ARMv7 PMU code consistently use the u32 type instead. Acked-by: Jamie Iles <jamie@jamieiles.com> Reviewed-by: Jean Pihet <j-pihet@ti.com> Signed-off-by: Will Deacon <will.deacon@arm.com>