Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/aarch64/aarch64 Improve an error message



details:   https://anonhg.NetBSD.org/src/rev/a0411801c711
branches:  trunk
changeset: 373551:a0411801c711
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri Feb 17 06:24:26 2023 +0000

description:
Improve an error message

diffstat:

 sys/arch/aarch64/aarch64/locore.S |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r fdb8344a8afc -r a0411801c711 sys/arch/aarch64/aarch64/locore.S
--- a/sys/arch/aarch64/aarch64/locore.S Fri Feb 17 06:20:31 2023 +0000
+++ b/sys/arch/aarch64/aarch64/locore.S Fri Feb 17 06:24:26 2023 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore.S,v 1.89 2022/10/29 07:32:54 skrll Exp $        */
+/*     $NetBSD: locore.S,v 1.90 2023/02/17 06:24:26 skrll Exp $        */
 
 /*
  * Copyright (c) 2017 Ryo Shimizu <ryo%nerv.org@localhost>
@@ -38,7 +38,7 @@
 #include <aarch64/hypervisor.h>
 #include "assym.h"
 
-RCSID("$NetBSD: locore.S,v 1.89 2022/10/29 07:32:54 skrll Exp $")
+RCSID("$NetBSD: locore.S,v 1.90 2023/02/17 06:24:26 skrll Exp $")
 
 #ifdef AARCH64_DEVICE_MEM_NONPOSTED
 #define        MAIR_DEVICE_MEM         MAIR_DEVICE_nGnRnE
@@ -564,7 +564,7 @@
 END(cpu_mpstart)
 
 toomanycpus:
-       CPU_DPRINT("too many cpus, or MPIDR not exists in cpu_mpidr[]\n")
+       CPU_DPRINT("too many cpus, or MPIDR does not exist in cpu_mpidr[]\n")
 1:     wfi
        b       1b
 



Home | Main Index | Thread Index | Old Index