9os

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit b80e42c6d7a2e73617f95d7e73e0a782075c5f96
parent ed96c25a15881dc7047d78ff4e853e6db2a710be
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Sun, 25 Oct 2020 21:08:17 +0100

os9/arm64: Remove too verbose debug output

Change-Id: Id94fbc7fb4c3047cd9e76c12420fef0569a7d49b

Diffstat:
Msrc/os9/arch/arm64/mmu.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/os9/arch/arm64/mmu.c b/src/os9/arch/arm64/mmu.c @@ -158,7 +158,6 @@ walker(uintptr_t va) bp[n] = e | TABLE; barrier(DATA); } - dbg("va = %llx, level=%d, bp=%p, n=%d, e=%llx\n", va, lvl, bp, n, e); bp = (pte_t *) MASK(e); }