SMP - Single shot local timer
- APIC timer always reprogrammed if expired - timer tick never happens when in kernel => never immediate return from userspace to kernel because of a buffered interrupt - renamed argument to lapic_set_timer_one_shot() - removed arch_ prefix from timer functions
This commit is contained in:
@@ -30,7 +30,7 @@ PUBLIC void ap_boot_finished(unsigned cpu)
|
||||
PUBLIC void smp_ipi_halt_handler(void)
|
||||
{
|
||||
ipi_ack();
|
||||
arch_stop_local_timer();
|
||||
stop_local_timer();
|
||||
arch_smp_halt_cpu();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user