1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 01:07:35 +00:00

Kernel: Move Prekernel assembly utils to aarch64/ASM_wrapper.h

By moving these functions to the ASM_wrapper.h file, we can get rid of
another Prekernel file.
This commit is contained in:
Timon Kruiper 2022-05-09 23:09:44 +02:00 committed by Linus Groh
parent e80d8d697c
commit e7c5fd978b
8 changed files with 44 additions and 77 deletions

View file

@ -398,7 +398,6 @@ if (NOT "${SERENITY_ARCH}" STREQUAL "aarch64")
)
else()
set(PREKERNEL_SOURCES
Arch/aarch64/Prekernel/Aarch64_asm_utils.S
Arch/aarch64/Prekernel/boot.S
Arch/aarch64/Prekernel/PrekernelExceptions.cpp
Arch/aarch64/Prekernel/PrekernelMMU.cpp