Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/amd psci_fdt_bootstrap -> arm_fdt_cpu_bootstrap



details:   https://anonhg.NetBSD.org/src/rev/1b8d3c9dd058
branches:  trunk
changeset: 835816:1b8d3c9dd058
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Mon Sep 10 19:09:38 2018 +0000

description:
psci_fdt_bootstrap -> arm_fdt_cpu_bootstrap

diffstat:

 sys/arch/arm/amd/seattle_platform.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 14f9024f334a -r 1b8d3c9dd058 sys/arch/arm/amd/seattle_platform.c
--- a/sys/arch/arm/amd/seattle_platform.c       Mon Sep 10 17:25:21 2018 +0000
+++ b/sys/arch/arm/amd/seattle_platform.c       Mon Sep 10 19:09:38 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: seattle_platform.c,v 1.1 2018/09/08 00:49:06 jmcneill Exp $ */
+/* $NetBSD: seattle_platform.c,v 1.2 2018/09/10 19:09:38 jmcneill Exp $ */
 
 /*-
  * Copyright (c) 2018 Jared McNeill <jmcneill%invisible.ca@localhost>
@@ -33,7 +33,7 @@
 #define _ARM32_BUS_DMA_PRIVATE
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: seattle_platform.c,v 1.1 2018/09/08 00:49:06 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: seattle_platform.c,v 1.2 2018/09/10 19:09:38 jmcneill Exp $");
 
 #include <sys/param.h>
 #include <sys/bus.h>
@@ -60,7 +60,7 @@
 #include <dev/ic/comreg.h>
 
 #include <arm/arm/psci.h>
-#include <arm/fdt/psci_fdt.h>
+#include <arm/fdt/psci_fdtvar.h>
 
 #include <libfdt.h>
 
@@ -147,7 +147,7 @@
 
 static const struct arm_platform seattle_platform = {
        .ap_devmap = seattle_platform_devmap,
-       .ap_bootstrap = psci_fdt_bootstrap,
+       .ap_bootstrap = arm_fdt_cpu_bootstrap,
        .ap_init_attach_args = seattle_platform_init_attach_args,
        .ap_early_putchar = seattle_platform_early_putchar,
        .ap_device_register = seattle_platform_device_register,



Home | Main Index | Thread Index | Old Index