mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:27:34 +00:00
Kernel: Move MultiProcessor parsing code to the Arch/x86_64 directory
This code is very x86-specific, because Intel introduced the actual MultiProcessor specification back in 1993, qouted here as a proof: "The MP specification covers PC/AT-compatible MP platform designs based on Intel processor architectures and Advanced Programmable Interrupt Controller (APIC) architectures"
This commit is contained in:
parent
428afca32b
commit
5fd975da8f
4 changed files with 3 additions and 3 deletions
|
@ -210,7 +210,6 @@ set(KERNEL_SOURCES
|
|||
Firmware/ACPI/Initialize.cpp
|
||||
Firmware/ACPI/Parser.cpp
|
||||
Firmware/ACPI/StaticParsing.cpp
|
||||
Firmware/MultiProcessor/Parser.cpp
|
||||
Interrupts/GenericInterruptHandler.cpp
|
||||
Interrupts/IRQHandler.cpp
|
||||
Interrupts/PCIIRQHandler.cpp
|
||||
|
@ -372,6 +371,7 @@ if ("${SERENITY_ARCH}" STREQUAL "x86_64")
|
|||
Arch/x86_64/Delay.cpp
|
||||
|
||||
Arch/x86_64/Firmware/ACPI/StaticParsing.cpp
|
||||
Arch/x86_64/Firmware/MultiProcessor/Parser.cpp
|
||||
|
||||
Arch/x86_64/Hypervisor/BochsDisplayConnector.cpp
|
||||
Arch/x86_64/Hypervisor/VMWareBackdoor.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue