mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-23 09:47:44 +00:00
hv: retain the timer irq
Timer IRQ was static mapped IRQ. It should not be cleaned up when one of the cpu dead. The patch will retain the timer irq. Tracked-On: #1359 Signed-off-by: Wei Liu <weix.w.liu@intel.com> Signed-off-by: Jason Chen CJ <jason.cj.chen@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
@@ -60,7 +60,6 @@ int add_timer(struct hv_timer *timer);
|
||||
void del_timer(struct hv_timer *timer);
|
||||
|
||||
void timer_init(void);
|
||||
void timer_cleanup(void);
|
||||
void check_tsc(void);
|
||||
void calibrate_tsc(void);
|
||||
|
||||
|
Reference in New Issue
Block a user