SMP - Only a single APIC timer handler
- bsp_timer_int_handler() and ap_timer_int_handler() unified into timer_int_handler() - global realtime updated only on BSP
This commit is contained in:
@@ -5,9 +5,9 @@
|
||||
#include "arch_clock.h"
|
||||
|
||||
_PROTOTYPE(int boot_cpu_init_timer, (unsigned freq));
|
||||
_PROTOTYPE(int app_cpu_init_timer, (unsigned freq));
|
||||
|
||||
_PROTOTYPE(int bsp_timer_int_handler, (void));
|
||||
_PROTOTYPE(int ap_timer_int_handler, (void));
|
||||
_PROTOTYPE(int timer_int_handler, (void));
|
||||
|
||||
_PROTOTYPE(int arch_init_local_timer, (unsigned freq));
|
||||
_PROTOTYPE(void arch_stop_local_timer, (void));
|
||||
|
||||
Reference in New Issue
Block a user