From: Will Deacon Date: Tue, 19 Jul 2011 13:55:57 +0000 (+0100) Subject: ARM: perf: use u32 instead of unsigned long for PMNC register X-Git-Tag: v3.2-rc1~130^2~7^2^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6330aae7dcd54df893813392e310141be7aa5323;p=pandora-kernel.git 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 Reviewed-by: Jean Pihet Signed-off-by: Will Deacon --- Reading git-diff-tree failed