From: Mark Rutland Date: Mon, 12 Nov 2012 17:29:43 +0000 (+0000) Subject: arm: arch_timer: divorce from local_timer api X-Git-Tag: v3.9-rc1~115^2~8^2^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ba1cefc277865a0ac222f53bbbf2ebacad1559a;p=pandora-kernel.git arm: arch_timer: divorce from local_timer api Currently, the arch_timer driver is tied to the arm port, as it relies on code in arch/arm/smp.c to setup and teardown timers as cores are hotplugged on and off. The timer is registered through an arm-specific registration mechanism, preventing sharing the driver with the arm64 port. This patch moves the driver to using a cpu notifier instead, making it easier to port. Signed-off-by: Mark Rutland Acked-by: Catalin Marinas Acked-by: Marc Zyngier Acked-by: Santosh Shilimkar --- Reading git-diff-tree failed