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 Improve a comment



details:   https://anonhg.NetBSD.org/src/rev/9986fdbbdfd1
branches:  trunk
changeset: 745019:9986fdbbdfd1
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri Feb 21 13:15:54 2020 +0000

description:
Improve a comment

diffstat:

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

diffs (27 lines):

diff -r f31bc90932c8 -r 9986fdbbdfd1 sys/arch/arm/fdt/cpu_fdt.c
--- a/sys/arch/arm/fdt/cpu_fdt.c        Fri Feb 21 12:56:37 2020 +0000
+++ b/sys/arch/arm/fdt/cpu_fdt.c        Fri Feb 21 13:15:54 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu_fdt.c,v 1.34 2020/02/15 08:16:11 skrll Exp $ */
+/* $NetBSD: cpu_fdt.c,v 1.35 2020/02/21 13:15:54 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.34 2020/02/15 08:16:11 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cpu_fdt.c,v 1.35 2020/02/21 13:15:54 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/atomic.h>
@@ -327,7 +327,7 @@
 {
        /*
         * we need devmap for cpu-release-addr in advance.
-        * __HAVE_MM_MD_DIRECT_MAPPED_PHYS nor pmap didn't work at this point.
+        * __HAVE_MM_MD_DIRECT_MAPPED_PHYS nor pmap work at this point.
         */
        if (pmap_devmap_find_pa(cpu_release_addr, sizeof(paddr_t)) == NULL) {
                aprint_error("%s: devmap for cpu-release-addr"



Home | Main Index | Thread Index | Old Index