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 Comment out printing L2CTLR_EL1 as ...



details:   https://anonhg.NetBSD.org/src/rev/904d75b77593
branches:  trunk
changeset: 836193:904d75b77593
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon Oct 01 19:45:00 2018 +0000

description:
Comment out printing L2CTLR_EL1 as it is implementation specific.

OK ryo

diffstat:

 sys/arch/aarch64/aarch64/locore.S |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (30 lines):

diff -r 48637416aef3 -r 904d75b77593 sys/arch/aarch64/aarch64/locore.S
--- a/sys/arch/aarch64/aarch64/locore.S Mon Oct 01 17:50:08 2018 +0000
+++ b/sys/arch/aarch64/aarch64/locore.S Mon Oct 01 19:45:00 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore.S,v 1.25 2018/09/10 11:05:12 ryo Exp $  */
+/*     $NetBSD: locore.S,v 1.26 2018/10/01 19:45:00 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.25 2018/09/10 11:05:12 ryo Exp $")
+RCSID("$NetBSD: locore.S,v 1.26 2018/10/01 19:45:00 skrll Exp $")
 
 /* #define DEBUG_LOCORE */
 /* #define DEBUG_MMU */
@@ -124,9 +124,11 @@
        mrs     x0, mpidr_el1
        bl      print_x0
 
+#if 0
        PRINT("L2CTLR_EL1       = ")
        mrs     x0, s3_1_c11_c0_2
        bl      print_x0
+#endif
 
        PRINT("ID_AA64MPFR0_EL1 = ")
        mrs     x0, id_aa64pfr0_el1



Home | Main Index | Thread Index | Old Index