Kernel: Replace all occurances of BSB with BSP

This commit is contained in:
2025-08-25 17:11:32 +03:00
parent 0ff365c7f0
commit 9a6eae69ba
5 changed files with 16 additions and 16 deletions

View File

@@ -336,7 +336,7 @@ namespace Kernel
ASSERT(InterruptController::get().is_in_service(IRQ_TIMER - IRQ_VECTOR_BASE));
InterruptController::get().eoi(IRQ_TIMER - IRQ_VECTOR_BASE);
if (Processor::current_is_bsb())
if (Processor::current_is_bsp())
Process::update_alarm_queue();
Processor::scheduler().timer_interrupt();