From: Santosh Shilimkar Date: Sat, 17 Mar 2012 09:30:16 +0000 (+0530) Subject: ARM: OMAP: timer: allow gp timer clock-event to be used on both cpus X-Git-Tag: v3.6-rc1~3^2^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11d6ec2e488f5613ab380bee9dc9a67c54813b60;p=pandora-kernel.git ARM: OMAP: timer: allow gp timer clock-event to be used on both cpus For coupled cpuidle to work when both cpus are active, it needs a global timer that can handle events for both cpus. This timer is used as the broadcast clock-event when the per-cpu timer hardware stop in low power states. Set the cpumask of clockevent_gpt to all cpus, set the rating correctly, and set the irq to allow the clockevent core to determine the affinity of the timer. Signed-off-by: Colin Cross Signed-off-by: Santosh Shilimkar Signed-off-by: Kevin Hilman --- Reading git-diff-tree failed