git: 9front

Download patch

ref: 409fbb58e0ed86345c4371664e78415f23a14437
parent: d625afb3baa55354f851b47bf15b555aeb187b3c
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sun Oct 29 13:54:14 EDT 2023

arm64: mem.c doesnt need sysreg.h

--- a/sys/src/9/arm64/mem.c
+++ b/sys/src/9/arm64/mem.c
@@ -3,7 +3,6 @@
 #include "mem.h"
 #include "dat.h"
 #include "fns.h"
-#include "../arm64/sysreg.h"
 
 #define INITMAP	(ROUND((uintptr)end + BY2PG, PGLSZ(1))-KZERO)
 
--