Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm/samsung Add missing call to arm_fdt_timer_register



details:   https://anonhg.NetBSD.org/src/rev/dcf4dca7e495
branches:  trunk
changeset: 324393:dcf4dca7e495
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sun Jul 01 23:21:43 2018 +0000

description:
Add missing call to arm_fdt_timer_register

diffstat:

 sys/arch/arm/samsung/mct.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r b3951aa8e7c4 -r dcf4dca7e495 sys/arch/arm/samsung/mct.c
--- a/sys/arch/arm/samsung/mct.c        Sun Jul 01 22:27:43 2018 +0000
+++ b/sys/arch/arm/samsung/mct.c        Sun Jul 01 23:21:43 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mct.c,v 1.12 2017/06/11 16:21:41 jmcneill Exp $        */
+/*     $NetBSD: mct.c,v 1.13 2018/07/01 23:21:43 jmcneill Exp $        */
 
 /*-
  * Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
 
 #include <sys/cdefs.h>
 
-__KERNEL_RCSID(1, "$NetBSD: mct.c,v 1.12 2017/06/11 16:21:41 jmcneill Exp $");
+__KERNEL_RCSID(1, "$NetBSD: mct.c,v 1.13 2018/07/01 23:21:43 jmcneill Exp $");
 
 #include <sys/param.h>
 #include <sys/bus.h>
@@ -176,4 +176,5 @@
        config_found(self, &mpcaa, NULL);
 
        arm_fdt_cpu_hatch_register(self, mct_fdt_cpu_hatch);
+       arm_fdt_timer_register(gtmr_cpu_initclocks);
 }



Home | Main Index | Thread Index | Old Index