提交 dbe1c3de 编写于 作者: M Magnus Damm 提交者: Simon Horman

ARM: shmobile: Register ARM architected timer

Register ARM architected timer by default for all mach-shmobile
systems using late timer.
Signed-off-by: NMagnus Damm <damm@opensource.se>
Signed-off-by: NSimon Horman <horms+renesas@verge.net.au>
上级 58079fa7
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
*/ */
#include <linux/platform_device.h> #include <linux/platform_device.h>
#include <linux/delay.h> #include <linux/delay.h>
#include <asm/arch_timer.h>
#include <asm/mach/time.h> #include <asm/mach/time.h>
#include <asm/smp_twd.h> #include <asm/smp_twd.h>
...@@ -62,4 +63,6 @@ void __init shmobile_earlytimer_init(void) ...@@ -62,4 +63,6 @@ void __init shmobile_earlytimer_init(void)
void __init shmobile_timer_init(void) void __init shmobile_timer_init(void)
{ {
arch_timer_of_register();
arch_timer_sched_clock_init();
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册