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

Kernel: Remove old ‘main id register accessorʼ for Aarch64

This commit is contained in:
konrad 2023-01-24 22:05:11 +01:00 committed by Andrew Kaster
parent a6526cd90c
commit 84e8d5f418
3 changed files with 0 additions and 56 deletions

View file

@ -460,7 +460,6 @@ elseif("${SERENITY_ARCH}" STREQUAL "aarch64")
Arch/aarch64/InterruptManagement.cpp
Arch/aarch64/Interrupts.cpp
Arch/aarch64/kprintf.cpp
Arch/aarch64/MainIdRegister.cpp
Arch/aarch64/PageDirectory.cpp
Arch/aarch64/Panic.cpp
Arch/aarch64/Processor.cpp