Hendiadyoin1
7a206868f8
Kernel: Move architecture dependent includes to the top in Processor.h
...
With the declaration order dependency resolved in the last two commits
we can now do this, which looks a lot nicer.
2021-12-11 13:23:27 -08:00
Hendiadyoin1
3f434506f5
Kernel: Extract ProcessorSpecificDataID from from Arch/Processor.h
2021-12-11 13:23:27 -08:00
Hendiadyoin1
556b516182
Kernel: Extract DeferredCallEntry from Arch/Processor.h
2021-12-11 13:23:27 -08:00
James Mintram
1c86b7043b
Kernel: Remove ASM_Wrapper include from platform independent processor.h
2021-12-01 11:22:04 -08: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