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 Tweak a comment
details: https://anonhg.NetBSD.org/src/rev/2124f93edd8c
branches: trunk
changeset: 957960:2124f93edd8c
user: skrll <skrll%NetBSD.org@localhost>
date: Sat Dec 19 09:02:32 2020 +0000
description:
Tweak a comment
diffstat:
sys/arch/aarch64/aarch64/pmap.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 8e71e4b27e81 -r 2124f93edd8c sys/arch/aarch64/aarch64/pmap.c
--- a/sys/arch/aarch64/aarch64/pmap.c Sat Dec 19 08:51:03 2020 +0000
+++ b/sys/arch/aarch64/aarch64/pmap.c Sat Dec 19 09:02:32 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.c,v 1.97 2020/12/11 18:03:33 skrll Exp $ */
+/* $NetBSD: pmap.c,v 1.98 2020/12/19 09:02:32 skrll Exp $ */
/*
* Copyright (c) 2017 Ryo Shimizu <ryo%nerv.org@localhost>
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.97 2020/12/11 18:03:33 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.98 2020/12/19 09:02:32 skrll Exp $");
#include "opt_arm_debug.h"
#include "opt_ddb.h"
@@ -632,7 +632,7 @@
PMAP_COUNT(pdp_alloc);
PMAP_PAGE_INIT(VM_PAGE_TO_PP(pg));
} else {
- /* uvm_pageboot_alloc() returns AARCH64 direct mapping address */
+ /* uvm_pageboot_alloc() returns direct mapping address */
pg = NULL;
pa = AARCH64_KVA_TO_PA(
uvm_pageboot_alloc(Ln_TABLE_SIZE));
Home |
Main Index |
Thread Index |
Old Index