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/37540fbdbd52
branches: trunk
changeset: 445264:37540fbdbd52
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 668cdb9360a1 -r 37540fbdbd52 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