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/af5f8b7f40f9
branches:  trunk
changeset: 953793:af5f8b7f40f9
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun Mar 21 07:17:12 2021 +0000

description:
Tweak a comment

diffstat:

 sys/arch/aarch64/aarch64/aarch64_machdep.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r a5d4669ee94a -r af5f8b7f40f9 sys/arch/aarch64/aarch64/aarch64_machdep.c
--- a/sys/arch/aarch64/aarch64/aarch64_machdep.c        Sun Mar 21 07:09:54 2021 +0000
+++ b/sys/arch/aarch64/aarch64/aarch64_machdep.c        Sun Mar 21 07:17:12 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: aarch64_machdep.c,v 1.56 2020/12/12 09:27:31 skrll Exp $ */
+/* $NetBSD: aarch64_machdep.c,v 1.57 2021/03/21 07:17:12 skrll Exp $ */
 
 /*-
  * Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(1, "$NetBSD: aarch64_machdep.c,v 1.56 2020/12/12 09:27:31 skrll Exp $");
+__KERNEL_RCSID(1, "$NetBSD: aarch64_machdep.c,v 1.57 2021/03/21 07:17:12 skrll Exp $");
 
 #include "opt_arm_debug.h"
 #include "opt_cpuoptions.h"
@@ -180,7 +180,7 @@
         *
         *    text     rwx => r-x
         *    rodata   rwx => r--
-        *    data     rwx => rw-
+        *    data     rwx => rw-  (.bss included)
         *
         * kernel image has mapped by L2 block. (2Mbyte)
         */



Home | Main Index | Thread Index | Old Index