mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 18:57:35 +00:00
Kernel: Replace Prekernel::halt with Processor::halt in aarch64 build
This allows us to get rid of one more Prekernel file.
This commit is contained in:
parent
acc9be9f7d
commit
e80d8d697c
7 changed files with 10 additions and 30 deletions
|
@ -400,7 +400,6 @@ else()
|
|||
set(PREKERNEL_SOURCES
|
||||
Arch/aarch64/Prekernel/Aarch64_asm_utils.S
|
||||
Arch/aarch64/Prekernel/boot.S
|
||||
Arch/aarch64/Prekernel/PrekernelCommon.cpp
|
||||
Arch/aarch64/Prekernel/PrekernelExceptions.cpp
|
||||
Arch/aarch64/Prekernel/PrekernelMMU.cpp
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue