Module Name: src
Committed By: skrll
Date: Wed Nov 25 19:50:06 UTC 2020
Modified Files:
src/sys/arch/arm/fdt: cpu_fdt.c
Log Message:
Fix comment. Spotted by jmcneill@
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/sys/arch/arm/fdt/cpu_fdt.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/fdt/cpu_fdt.c
diff -u src/sys/arch/arm/fdt/cpu_fdt.c:1.36 src/sys/arch/arm/fdt/cpu_fdt.c:1.37
--- src/sys/arch/arm/fdt/cpu_fdt.c:1.36 Wed Jun 10 19:29:48 2020
+++ src/sys/arch/arm/fdt/cpu_fdt.c Wed Nov 25 19:50:06 2020
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu_fdt.c,v 1.36 2020/06/10 19:29:48 jmcneill Exp $ */
+/* $NetBSD: cpu_fdt.c,v 1.37 2020/11/25 19:50:06 skrll Exp $ */
/*-
* Copyright (c) 2017 Jared McNeill <[email protected]>
@@ -30,7 +30,7 @@
#include "psci_fdt.h"
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cpu_fdt.c,v 1.36 2020/06/10 19:29:48 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cpu_fdt.c,v 1.37 2020/11/25 19:50:06 skrll Exp $");
#include <sys/param.h>
#include <sys/atomic.h>
@@ -167,7 +167,7 @@ arm_fdt_cpu_bootstrap(void)
/* MPIDR affinity levels of boot processor. */
bp_mpidr = cpu_mpidr_aff_read();
- /* Boot APs */
+ /* Add APs to cpu_mpidr array */
cpuindex = 1;
for (child = OF_child(cpus); child; child = OF_peer(child)) {
if (!arm_fdt_cpu_okay(child))