mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-13 11:42:38 +03:00
Kernel: Add UnhandledInterruptHandler and SharedIRQHandler to aarch64
This commit is contained in:
parent
d631a3daf6
commit
02b94c6f0e
Notes:
sideshowbarker
2024-07-17 10:31:11 +09:00
Author: https://github.com/FireFox317 Commit: https://github.com/SerenityOS/serenity/commit/02b94c6f0e Pull-request: https://github.com/SerenityOS/serenity/pull/14146 Reviewed-by: https://github.com/ADKaster Reviewed-by: https://github.com/BertalanD Reviewed-by: https://github.com/Hendiadyoin1 Reviewed-by: https://github.com/nico ✅
@ -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…
Reference in New Issue
Block a user