From: Mark Rutland Date: Tue, 30 Oct 2012 11:17:01 +0000 (+0000) Subject: arm: Use generic timer broadcast receiver X-Git-Tag: v3.9-rc1~8^2~2^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2c501190c7d4bf9d7febb9e1f1094cbde59ed89;p=pandora-kernel.git arm: Use generic timer broadcast receiver Currently, the ARM backend must maintain a redundant list of timers for the purpose of centralising timer broadcast functionality. This prevents sharing timer drivers across architectures. This patch moves the pain of dealing with timer broadcasts to the core clockevents tick broadcast code, which already maintains its own list of timers. Signed-off-by: Mark Rutland Reviewed-by: Santosh Shilimkar Tested-by: Santosh Shilimkar Reviewed-by: Stephen Boyd --- Reading git-diff-tree failed