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/9b895e740aed
branches: trunk
changeset: 454845:9b895e740aed
user: skrll <skrll%NetBSD.org@localhost>
date: Sun Sep 29 08:33:20 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 96b4e4e8bfab -r 9b895e740aed sys/arch/aarch64/aarch64/locore.S
--- a/sys/arch/aarch64/aarch64/locore.S Sun Sep 29 06:51:45 2019 +0000
+++ b/sys/arch/aarch64/aarch64/locore.S Sun Sep 29 08:33:20 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.S,v 1.40 2019/09/08 12:17:23 jmcneill Exp $ */
+/* $NetBSD: locore.S,v 1.41 2019/09/29 08:33:20 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.40 2019/09/08 12:17:23 jmcneill Exp $")
+RCSID("$NetBSD: locore.S,v 1.41 2019/09/29 08:33:20 skrll Exp $")
/*#define DEBUG_LOCORE /* debug print */
@@ -799,7 +799,7 @@
adr x0, start /* va = start */
ADDR x2, _end
sub x2, x2, x0 /* size = _end - start */
- add x2, x2, #BOOTPAGE_ALLOC_MAX /* for boopage_alloc() */
+ add x2, x2, #BOOTPAGE_ALLOC_MAX /* for bootpage_alloc() */
mov x1, x0 /* pa */
bl pmapboot_enter
cbnz x0, init_mmutable_error
Home |
Main Index |
Thread Index |
Old Index