diff options
author | Liav A <liavalb@gmail.com> | 2020-03-08 02:35:57 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-03-24 16:15:33 +0100 |
commit | 666990fbcb5fe3611577e23fd181e1e9b9e1219c (patch) | |
tree | ee0e457ed53ab6d9eeb22b14005cee5e61b0ba58 /Kernel/Interrupts/IRQController.h | |
parent | 4cc96a7aa91cf94155924a7915cf33cd578aab59 (diff) | |
download | serenity-666990fbcb5fe3611577e23fd181e1e9b9e1219c.zip |
Kernel: Correct Spurious Interrupt handlers' controller model() method
We don't return blindly the IRQ controller's model(), if the Spurious
IRQ handler is installed in IOAPIC environment, it's misleading to
return "IOAPIC" string since IOAPIC doesn't really handle Spurious
IRQs, therefore we return a "" string.
Diffstat (limited to 'Kernel/Interrupts/IRQController.h')
0 files changed, 0 insertions, 0 deletions