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 Slightly better English in a comment.
details: https://anonhg.NetBSD.org/src/rev/42b8bc04fe5b
branches: trunk
changeset: 372157:42b8bc04fe5b
user: skrll <skrll%NetBSD.org@localhost>
date: Sat Oct 29 07:32:54 2022 +0000
description:
Slightly better English in a comment.
diffstat:
sys/arch/aarch64/aarch64/locore.S | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 7a6c49356633 -r 42b8bc04fe5b sys/arch/aarch64/aarch64/locore.S
--- a/sys/arch/aarch64/aarch64/locore.S Sat Oct 29 07:21:41 2022 +0000
+++ b/sys/arch/aarch64/aarch64/locore.S Sat Oct 29 07:32:54 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.S,v 1.88 2022/10/15 11:07:38 jmcneill Exp $ */
+/* $NetBSD: locore.S,v 1.89 2022/10/29 07:32:54 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.88 2022/10/15 11:07:38 jmcneill Exp $")
+RCSID("$NetBSD: locore.S,v 1.89 2022/10/29 07:32:54 skrll Exp $")
#ifdef AARCH64_DEVICE_MEM_NONPOSTED
#define MAIR_DEVICE_MEM MAIR_DEVICE_nGnRnE
@@ -52,7 +52,7 @@
#define LOCORE_EL2
-#define BOOT_AP_STACKSIZE 256 /* size of temporally stack for APs */
+#define BOOT_AP_STACKSIZE 256 /* size of temporary stack for APs */
#define PMAPBOOT_PAGEALLOCMAX (1024 * 1024) /* reserved size from _end[] */
#if (defined(VERBOSE_INIT_ARM) || defined(DEBUG_LOCORE)) && defined(EARLYCONS)
Home |
Main Index |
Thread Index |
Old Index