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 Typo in comment
details: https://anonhg.NetBSD.org/src/rev/8f181ecd6b41
branches: trunk
changeset: 842546:8f181ecd6b41
user: skrll <skrll%NetBSD.org@localhost>
date: Thu Jul 11 10:53:39 2019 +0000
description:
Typo in comment
diffstat:
sys/arch/aarch64/aarch64/locore.S | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r af11873a45f9 -r 8f181ecd6b41 sys/arch/aarch64/aarch64/locore.S
--- a/sys/arch/aarch64/aarch64/locore.S Thu Jul 11 09:48:22 2019 +0000
+++ b/sys/arch/aarch64/aarch64/locore.S Thu Jul 11 10:53:39 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.S,v 1.34 2019/07/11 09:03:41 skrll Exp $ */
+/* $NetBSD: locore.S,v 1.35 2019/07/11 10:53:39 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.34 2019/07/11 09:03:41 skrll Exp $")
+RCSID("$NetBSD: locore.S,v 1.35 2019/07/11 10:53:39 skrll Exp $")
/*#define DEBUG_LOCORE /* debug print */
@@ -363,7 +363,7 @@
add x1, x1, #1
cmp x1, MAXCPUS /* cpuindex >= MAXCPUS ? */
bge toomanycpus
- ldr x2, [x0, x1, lsl #3] /* cpu_mpidr[cpunidex] */
+ ldr x2, [x0, x1, lsl #3] /* cpu_mpidr[cpuindex] */
cmp x2, x3 /* == mpidr_el1 & MPIDR_AFF ? */
bne 1b
Home |
Main Index |
Thread Index |
Old Index