Timon Kruiper
9827c11d8b
Kernel: Move InterruptDisabler out of Arch directory
...
The code in this file is not architecture specific, so it can be moved
to the base Kernel directory.
2022-10-17 20:11:31 +02:00
Timon Kruiper
a4534678f9
Kernel: Implement InterruptDisabler using generic Processor functions
...
Now that the code does not use architectural specific code, it is moved
to the generic Arch directory and the paths are modified accordingly.
2022-06-02 13:14:12 +01:00
James Mintram
545ce5b595
Kernel: Add per platform Processor.h headers
...
The platform independent Processor.h file includes the shared processor
code and includes the specific platform header file.
All references to the Arch/x86/Processor.h file have been replaced with
a reference to Arch/Processor.h.
2021-10-14 01:23:08 +01:00
James Mintram
26d7c25076
Kernel: Add header includes closer to their use
2021-10-14 01:23:08 +01:00
Hendiadyoin1
7ca3d413f7
Kernel: Pull apart CPU.h
...
This does not add any functional changes
2021-06-24 00:38:23 +02:00