mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 01:41:59 -05:00
Kernel/aarch64: Stub WaitQueueBlocker::unblock to build WaitQueue.cpp
This commit is contained in:
parent
b69a3ad51a
commit
84158a18d5
2 changed files with 2 additions and 6 deletions
|
@ -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();
|
||||
}
|
||||
|
|
|
@ -512,6 +512,7 @@ else()
|
|||
ThreadTracer.cpp
|
||||
UBSanitizer.cpp
|
||||
UserOrKernelBuffer.cpp
|
||||
WaitQueue.cpp
|
||||
|
||||
Devices/DeviceManagement.cpp
|
||||
|
||||
|
|
Loading…
Reference in a new issue