mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-28 00:08:19 +00:00
Kernel: Add idle_thread() to aarch64 Processor.h
This commit is contained in:
committed by
Brian Gianforcaro
parent
026efae8a8
commit
d50e237281
@@ -60,6 +60,11 @@ public:
|
||||
return 0;
|
||||
}
|
||||
|
||||
ALWAYS_INLINE static Thread* idle_thread()
|
||||
{
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
ALWAYS_INLINE static Processor& current() { VERIFY_NOT_REACHED(); }
|
||||
|
||||
static void deferred_call_queue(Function<void()> /* callback */) { }
|
||||
|
||||
Reference in New Issue
Block a user