mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 05:39:11 +00:00
Kernel: Move Prekernel{CPU, Exceptions}.cpp out of Prekernel directory
This lets us delete the Prekernel.h file, and gets us closer to deleting the Prekernel from the aarch64 Kernel.
This commit is contained in:
parent
e7c5fd978b
commit
e88cd338f1
Notes:
sideshowbarker
2024-07-17 10:56:12 +09:00
Author: https://github.com/FireFox317
Commit: e88cd338f1
Pull-request: https://github.com/SerenityOS/serenity/pull/13996
Reviewed-by: https://github.com/linusg ✅
Reviewed-by: https://github.com/nico
7 changed files with 11 additions and 20 deletions
|
@ -8,7 +8,6 @@
|
|||
|
||||
#include <Kernel/Arch/Processor.h>
|
||||
#include <Kernel/Arch/aarch64/ASM_wrapper.h>
|
||||
#include <Kernel/Arch/aarch64/Prekernel/Prekernel.h>
|
||||
|
||||
extern "C" uintptr_t vector_table_el1;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue