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 Fix typos and DEBUG_MMU output. Fr...
details: https://anonhg.NetBSD.org/src/rev/08ee2f546fdc
branches: trunk
changeset: 433363:08ee2f546fdc
user: skrll <skrll%NetBSD.org@localhost>
date: Mon Sep 10 05:14:42 2018 +0000
description:
Fix typos and DEBUG_MMU output. From Rin Okuyama.
diffstat:
sys/arch/aarch64/aarch64/locore.S | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diffs (63 lines):
diff -r e3bb397eeb3f -r 08ee2f546fdc sys/arch/aarch64/aarch64/locore.S
--- a/sys/arch/aarch64/aarch64/locore.S Mon Sep 10 05:08:55 2018 +0000
+++ b/sys/arch/aarch64/aarch64/locore.S Mon Sep 10 05:14:42 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.S,v 1.22 2018/09/04 15:50:25 skrll Exp $ */
+/* $NetBSD: locore.S,v 1.23 2018/09/10 05:14:42 skrll Exp $ */
/*
* Copyright (c) 2017 Ryo Shimizu <ryo%nerv.org@localhost>
@@ -35,7 +35,7 @@
#include <aarch64/hypervisor.h>
#include "assym.h"
-RCSID("$NetBSD: locore.S,v 1.22 2018/09/04 15:50:25 skrll Exp $")
+RCSID("$NetBSD: locore.S,v 1.23 2018/09/10 05:14:42 skrll Exp $")
/* #define DEBUG_LOCORE */
/* #define DEBUG_MMU */
@@ -553,7 +553,7 @@
ret
END(_print_x0)
-/* Preserve x{0,1,2} descpite them being caller saved */
+/* Preserve x{0,1,2} despite them being caller saved */
ENTRY_NP(print_x0)
stp x0, lr, [sp, #-16]!
stp x1, x2, [sp, #-16]!
@@ -564,7 +564,7 @@
ret
END(print_x0)
-/* Preserve x{0,1,2} descpite them being caller saved */
+/* Preserve x{0,1,2} despite them being caller saved */
ENTRY_NP(printn_x1)
stp x0, lr, [sp, #-16]!
stp x1, x2, [sp, #-16]!
@@ -575,7 +575,7 @@
ret
END(printn_x1)
-/* Preserve x{0,1,2} descpite them being caller saved */
+/* Preserve x{0,1,2} despite them being caller saved */
ENTRY_NP(print_x2)
stp x0, lr, [sp, #-16]!
mov x0, x2
@@ -802,7 +802,7 @@
#ifdef DEBUG_MMU
PRINT("L1 entry[")
- mov x1, x19
+ mov x1, x20
bl printn_x1
PRINT("]=")
mov x2, x21
@@ -877,7 +877,7 @@
#ifdef DEBUG_MMU
PRINT("L2 entry[")
- mov x1, x19
+ mov x1, x20
bl printn_x1
PRINT("]=")
mov x2, x21
Home |
Main Index |
Thread Index |
Old Index