Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/rockchip add missing .ap_mpstart for rk3399



details:   https://anonhg.NetBSD.org/src/rev/dc850f1b04b5
branches:  trunk
changeset: 836494:dc850f1b04b5
user:      ryo <ryo%NetBSD.org@localhost>
date:      Sat Oct 20 05:38:27 2018 +0000

description:
add missing .ap_mpstart for rk3399

diffstat:

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

diffs (26 lines):

diff -r dcf359bda02e -r dc850f1b04b5 sys/arch/arm/rockchip/rk_platform.c
--- a/sys/arch/arm/rockchip/rk_platform.c       Sat Oct 20 03:23:05 2018 +0000
+++ b/sys/arch/arm/rockchip/rk_platform.c       Sat Oct 20 05:38:27 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rk_platform.c,v 1.6 2018/10/18 09:01:53 skrll Exp $ */
+/* $NetBSD: rk_platform.c,v 1.7 2018/10/20 05:38:27 ryo Exp $ */
 
 /*-
  * Copyright (c) 2018 Jared McNeill <jmcneill%invisible.ca@localhost>
@@ -31,7 +31,7 @@
 #include "opt_console.h"
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rk_platform.c,v 1.6 2018/10/18 09:01:53 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rk_platform.c,v 1.7 2018/10/20 05:38:27 ryo Exp $");
 
 #include <sys/param.h>
 #include <sys/bus.h>
@@ -212,6 +212,7 @@
        .ap_reset = psci_fdt_reset,
        .ap_delay = gtmr_delay,
        .ap_uart_freq = rk3399_platform_uart_freq,
+       .ap_mpstart = arm_fdt_cpu_mpstart,
 };
 
 ARM_PLATFORM(rk3399, "rockchip,rk3399", &rk3399_platform);



Home | Main Index | Thread Index | Old Index