From 2cf2ff9f1fcdca404885bc55292b2046eabc039a Mon Sep 17 00:00:00 2001 From: Matthew Leach Date: Fri, 14 Mar 2014 10:18:19 +0000 Subject: [PATCH] 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-format-patch failed