From c31dc82b172aa88d1b208ed4074e2e387f7ea9bc Mon Sep 17 00:00:00 2001 From: Timon Kruiper Date: Wed, 22 Feb 2023 23:32:00 +0100 Subject: Kernel: Move deferred call code into separate DeferredCallPool class This allows us to share this code between the x86_64 and aarch64 build. --- Kernel/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'Kernel/CMakeLists.txt') diff --git a/Kernel/CMakeLists.txt b/Kernel/CMakeLists.txt index eb2b580486..a94d124afa 100644 --- a/Kernel/CMakeLists.txt +++ b/Kernel/CMakeLists.txt @@ -18,6 +18,7 @@ set(KERNEL_HEAP_SOURCES set(KERNEL_SOURCES AddressSanitizer.cpp Arch/PageFault.cpp + Arch/DeferredCallPool.cpp Bus/PCI/Controller/HostController.cpp Bus/PCI/Controller/MemoryBackedHostBridge.cpp Bus/PCI/Controller/VolumeManagementDevice.cpp -- cgit v1.2.3