shithub: riscv

Download patch

ref: c9309329eb31b7d739cf2590592e441cc08f4c5f
parent: aab7b5ae8b18b4f097efcc59ea4a59093d0d6962
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)