arm64: mem.c doesnt need sysreg.h

This commit is contained in:
cinap_lenrek 2023-10-29 17:54:14 +00:00
parent aab7b5ae8b
commit c9309329eb

View file

@ -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)