mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 09:51:57 -05:00
Kernel/aarch64: Stub Processor::smp_wake_n_idle_processors
This commit is contained in:
parent
1da84c2a2c
commit
fb803e8025
1 changed files with 2 additions and 1 deletions
|
@ -73,7 +73,8 @@ u32 Processor::clear_critical()
|
|||
u32 Processor::smp_wake_n_idle_processors(u32 wake_count)
|
||||
{
|
||||
(void)wake_count;
|
||||
TODO_AARCH64();
|
||||
// FIXME: Actually wake up other cores when SMP is supported for aarch64.
|
||||
return 0;
|
||||
}
|
||||
|
||||
void Processor::initialize_context_switching(Thread& initial_thread)
|
||||
|
|
Loading…
Reference in a new issue