1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 21:57:43 +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:
Timon Kruiper 2022-05-09 23:20:57 +02:00 committed by Linus Groh
parent e7c5fd978b
commit e88cd338f1
7 changed files with 11 additions and 20 deletions

View file

@ -12,7 +12,6 @@
#include <Kernel/Arch/Processor.h>
#include <Kernel/Arch/aarch64/BootPPMParser.h>
#include <Kernel/Arch/aarch64/Prekernel/Prekernel.h>
#include <Kernel/Arch/aarch64/RPi/Framebuffer.h>
#include <Kernel/Arch/aarch64/RPi/Mailbox.h>
#include <Kernel/Arch/aarch64/RPi/Timer.h>