9os

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

commit 8aeb3dac747ad70b13145a0b55726a2a1dab2fc7
parent 096862b0b2962425c240368e95446a100b760487
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Wed,  9 Nov 2022 16:44:05 +0100

arm64: Add TODO in mmu.c

Change-Id: Ifd53a79aa7014ed5ba8fec5b8a4a6dd0bffd1f79

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

diff --git a/src/os9/arch/arm64/mmu.c b/src/os9/arch/arm64/mmu.c @@ -274,6 +274,7 @@ taskmap(void) /* * TODO: setup SCTLR_EL1.WXN + * TODO: setup TTBR0_EL1 */ }