mirror of
https://github.com/RGBCube/serenity
synced 2025-10-30 05:22:33 +00:00
is_sharing_with_others API was never really put to use properly since it was introduced. The only place where it is used in Interrupts.cpp is in conjuction with is_shared_handler() which is only true for SharedIRQHandler and is_sharing_with_others will always return false. Remove that API. |
||
|---|---|---|
| .. | ||
| GenericInterruptHandler.cpp | ||
| GenericInterruptHandler.h | ||
| IRQHandler.cpp | ||
| IRQHandler.h | ||
| SharedIRQHandler.cpp | ||
| SharedIRQHandler.h | ||
| SpuriousInterruptHandler.cpp | ||
| SpuriousInterruptHandler.h | ||
| UnhandledInterruptHandler.cpp | ||
| UnhandledInterruptHandler.h | ||