mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-20 00:08:55 +00:00
Kernel: Add idle_thread() to aarch64 Processor.h
This commit is contained in:
parent
026efae8a8
commit
d50e237281
Notes:
sideshowbarker
2024-07-17 14:35:58 +09:00
Author: https://github.com/jamesmintram
Commit: d50e237281
Pull-request: https://github.com/SerenityOS/serenity/pull/13447
1 changed files with 5 additions and 0 deletions
|
@ -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 */) { }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue