From mboxrd@z Thu Jan 1 00:00:00 1970 From: Magnus Damm Date: Tue, 05 Feb 2013 07:30:49 +0000 Subject: [PATCH] ARM: shmobile: Register ARM architected timer Message-Id: <20130205073049.7576.51324.sendpatchset@w520> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.org From: Magnus Damm Register ARM architected timer by default for all mach-shmobile systems using late timer. Signed-off-by: Magnus Damm --- arch/arm/mach-shmobile/timer.c | 3 +++ 1 file changed, 3 insertions(+) --- 0001/arch/arm/mach-shmobile/timer.c +++ work/arch/arm/mach-shmobile/timer.c 2013-02-05 16:17:04.000000000 +0900 @@ -20,6 +20,7 @@ */ #include #include +#include #include #include @@ -62,4 +63,6 @@ void __init shmobile_earlytimer_init(voi void __init shmobile_timer_init(void) { + arch_timer_of_register(); + arch_timer_sched_clock_init(); }