add kernel highmem remap for aarch64 and some clean-ups
[lunaix-os.git] / lunaix-os / arch / aarch64 / boot / init.h
index 4593759c57278c4c6db795e9b40deb39c20a4992..53577792d6ec5c76112adebdbaa218249f1971d0 100644 (file)
@@ -3,10 +3,7 @@
 
 #include <lunaix/types.h>
 #include <sys-generic/bootmem.h>
-
-#define boot_text __attribute__((section(".boot.text")))
-#define boot_data __attribute__((section(".boot.data")))
-#define boot_bss  __attribute__((section(".boot.bss")))
+#include <asm/boot_stage.h>
 
 ptr_t
 kremap();