Ver Fonte

Kernel: Add UnhandledInterruptHandler and SharedIRQHandler to aarch64

Timon Kruiper há 3 anos atrás
pai
commit
02b94c6f0e
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      Kernel/CMakeLists.txt

+ 2 - 0
Kernel/CMakeLists.txt

@@ -453,6 +453,8 @@ else()
 
 
         Interrupts/GenericInterruptHandler.cpp
         Interrupts/GenericInterruptHandler.cpp
         Interrupts/IRQHandler.cpp
         Interrupts/IRQHandler.cpp
+        Interrupts/SharedIRQHandler.cpp
+        Interrupts/UnhandledInterruptHandler.cpp
     )
     )
 
 
     # Otherwise linker errors e.g undefined reference to `__aarch64_cas8_acq_rel'
     # Otherwise linker errors e.g undefined reference to `__aarch64_cas8_acq_rel'