mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-31 23:08:22 -04:00
kern: update KInterruptEvent to store core id
This commit is contained in:
parent
e64fef109c
commit
f67d1b7026
4 changed files with 18 additions and 23 deletions
|
@ -85,7 +85,6 @@ namespace ams::kern::arch::arm64 {
|
|||
NOINLINE Result BindHandler(KInterruptHandler *handler, s32 irq, s32 core_id, s32 priority, bool manual_clear, bool level);
|
||||
NOINLINE Result UnbindHandler(s32 irq, s32 core);
|
||||
|
||||
NOINLINE Result ClearInterrupt(s32 irq);
|
||||
NOINLINE Result ClearInterrupt(s32 irq, s32 core_id);
|
||||
|
||||
ALWAYS_INLINE void SendInterProcessorInterrupt(s32 irq, u64 core_mask) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue