Hendiadyoin1
0d934fc991
Kernel::CPU: Move headers into common directory
...
Alot of code is shared between i386/i686/x86 and x86_64
and a lot probably will be used for compatability modes.
So we start by moving the headers into one Directory.
We will probalby be able to move some cpp files aswell.
2021-03-21 09:35:23 +01:00
Ben Wiederhake
64cc3f51d0
Meta+Kernel: Make clang-format-10 clean
2020-09-25 21:18:17 +02:00
Brian Gianforcaro
2eae70b097
Kernel: Mark MSIHandler as final
2020-08-10 09:57:50 +02:00
Liav A
fe664965c2
Kernel: Change get_sharing_devices_count() in GenericInterruptHandler
...
The new method' name is sharing_devices_count().
The Serenity Coding Style tends to not accept the word "get" in
methods' names if possible.
2020-02-24 11:27:03 +01:00
Liav A
12dbb7ca49
Kernel: Add MSIHandler class
...
This is a stub for now, since we don't support Message Signaled
Interrupts yet.
2020-02-24 11:27:03 +01:00