]> Pileus Git - ~andy/linux/blobdiff - arch/arm/mach-s5p64x0/common.c
Merge branch 'x86-tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[~andy/linux] / arch / arm / mach-s5p64x0 / common.c
index 8ae5800e807fa4f7e2c187acfbce0046612def3e..76d0053bf5641c5c2fdaafc1040c4d8c627a601c 100644 (file)
@@ -173,6 +173,8 @@ void __init s5p64x0_init_io(struct map_desc *mach_desc, int size)
        s5p_init_cpu(S5P64X0_SYS_ID);
 
        s3c_init_cpu(samsung_cpu_id, cpu_ids, ARRAY_SIZE(cpu_ids));
+       samsung_wdt_reset_init(S3C_VA_WATCHDOG);
+
 }
 
 void __init s5p6440_map_io(void)
@@ -440,7 +442,7 @@ arch_initcall(s5p64x0_init_irq_eint);
 void s5p64x0_restart(char mode, const char *cmd)
 {
        if (mode != 's')
-               arch_wdt_reset();
+               samsung_wdt_reset();
 
        soft_restart(0);
 }