Kernel/aarch64: Stub WaitQueueBlocker::unblock to build WaitQueue.cpp

This commit is contained in:
Timon Kruiper 2022-10-20 10:39:20 +02:00 committed by Gunnar Beutner
parent b69a3ad51a
commit 84158a18d5
2 changed files with 2 additions and 6 deletions

View file

@ -159,12 +159,7 @@ void Thread::SleepBlocker::was_unblocked(bool)
TODO_AARCH64();
}
}
// WaitQueue
namespace Kernel {
u32 WaitQueue::wake_all()
bool Thread::WaitQueueBlocker::unblock()
{
TODO_AARCH64();
}

View file

@ -512,6 +512,7 @@ else()
ThreadTracer.cpp
UBSanitizer.cpp
UserOrKernelBuffer.cpp
WaitQueue.cpp
Devices/DeviceManagement.cpp