git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b390e2
)
ARM: perf: use u32 instead of unsigned long for PMNC register
author
Will Deacon
<will.deacon@arm.com>
Tue, 19 Jul 2011 13:55:57 +0000
(14:55 +0100)
committer
Will Deacon
<will.deacon@arm.com>
Wed, 31 Aug 2011 09:18:00 +0000
(10:18 +0100)
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>
No differences found