mirror of
https://github.com/RGBCube/serenity
synced 2025-07-24 21:47:43 +00:00
Kernel: Add UnhandledInterruptHandler and SharedIRQHandler to aarch64
This commit is contained in:
parent
d631a3daf6
commit
02b94c6f0e
1 changed files with 2 additions and 0 deletions
|
@ -453,6 +453,8 @@ else()
|
|||
|
||||
Interrupts/GenericInterruptHandler.cpp
|
||||
Interrupts/IRQHandler.cpp
|
||||
Interrupts/SharedIRQHandler.cpp
|
||||
Interrupts/UnhandledInterruptHandler.cpp
|
||||
)
|
||||
|
||||
# Otherwise linker errors e.g undefined reference to `__aarch64_cas8_acq_rel'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue