mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:27:35 +00: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)
|
u32 Processor::smp_wake_n_idle_processors(u32 wake_count)
|
||||||
{
|
{
|
||||||
(void)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)
|
void Processor::initialize_context_switching(Thread& initial_thread)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue