Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/fdt Fix comment. Spotted by jmcneill@



details:   https://anonhg.NetBSD.org/src/rev/3016d0ba8223
branches:  trunk
changeset: 946405:3016d0ba8223
user:      skrll <skrll%NetBSD.org@localhost>
date:      Wed Nov 25 19:50:06 2020 +0000

description:
Fix comment.  Spotted by jmcneill@

diffstat:

 sys/arch/arm/fdt/cpu_fdt.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r d800bdea0a42 -r 3016d0ba8223 sys/arch/arm/fdt/cpu_fdt.c
--- a/sys/arch/arm/fdt/cpu_fdt.c        Wed Nov 25 18:11:00 2020 +0000
+++ b/sys/arch/arm/fdt/cpu_fdt.c        Wed Nov 25 19:50:06 2020 +0000
@@ -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 <jmcneill%invisible.ca@localhost>
@@ -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 @@
        /* 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))



Home | Main Index | Thread Index | Old Index