Module Name:    src
Committed By:   jmcneill
Date:           Mon Sep 10 19:09:38 UTC 2018

Modified Files:
        src/sys/arch/arm/amd: seattle_platform.c

Log Message:
psci_fdt_bootstrap -> arm_fdt_cpu_bootstrap


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/amd/seattle_platform.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/arm/amd/seattle_platform.c
diff -u src/sys/arch/arm/amd/seattle_platform.c:1.1 src/sys/arch/arm/amd/seattle_platform.c:1.2
--- src/sys/arch/arm/amd/seattle_platform.c:1.1	Sat Sep  8 00:49:06 2018
+++ src/sys/arch/arm/amd/seattle_platform.c	Mon Sep 10 19:09:38 2018
@@ -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 <[email protected]>
@@ -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 @@ __KERNEL_RCSID(0, "$NetBSD: seattle_plat
 #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 @@ seattle_platform_uart_freq(void)
 
 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,

Reply via email to