mirror of
https://review.haiku-os.org/haiku
synced 2025-01-31 02:35:03 +01:00
d2a1be1c4e
Renamed {32,64}/int.cpp to {32,64}/descriptors.cpp, which now contain functions for GDT and TSS setup that were previously in arch_cpu.cpp, as well as the IDT setup code. These get called from the init functions in arch_cpu.cpp, rather than having a bunch of ifdef'd chunks of code for 32/64.