From: Mark Rutland Date: Tue, 20 Nov 2012 10:06:00 +0000 (+0000) Subject: arm64: move from arm_generic to arm_arch_timer X-Git-Tag: v3.9-rc1~115^2~8^2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1aee5d7a8120cbe3eca9180ef9276d75a4f51dd2;p=pandora-kernel.git arm64: move from arm_generic to arm_arch_timer The arch_timer driver supports a superset of the functionality of the arm_generic driver, and is not tied to a particular arch. This patch moves arm64 to use the arch_timer driver, gaining additional functionality in doing so, and removes the (now unused) arm_generic driver. Timer-related hooks specific to arm64 are moved into arch/arm64/kernel/time.c. Signed-off-by: Mark Rutland Acked-by: Catalin Marinas Acked-by: Marc Zyngier Acked-by: Santosh Shilimkar --- Reading git-diff-tree failed