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:
@@ -1,6 +1,8 @@
|
||||
#ifndef __CLOCK_X86_H__
|
||||
#define __CLOCK_X86_H__
|
||||
|
||||
#include "../apic_asm.h"
|
||||
|
||||
_PROTOTYPE(int init_8253A_timer, (unsigned freq));
|
||||
_PROTOTYPE(void stop_8253A_timer, (void));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user