From: Matthew Leach Date: Fri, 14 Mar 2014 10:18:19 +0000 (+0000) Subject: clocksource: arm_global_timer: Only check for unusable timer on A9 X-Git-Tag: omap-for-v3.16/fixes-against-rc1~56^2~18^2^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2cf2ff9f1fcdca404885bc55292b2046eabc039a;p=pandora-kernel.git clocksource: arm_global_timer: Only check for unusable timer on A9 The check for a usable global timer in the probe code does not enquire which CPU we are currently running on. This can cause the driver to incorrectly assume we have an unusable global timer if we are running on a CPU other than A9. Before checking the CPU revision, ensure we are running on an A9 CPU. Acked-by: Will Deacon Signed-off-by: Matthew Leach Signed-off-by: Daniel Lezcano --- Reading git-diff-tree failed