mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-12 12:30:08 +00:00
HV: Fix the missing list_head initializaiton
Signed-off-by: Zide Chen <zide.chen@intel.com> Acked-by: Anthony Xu <anthony.xu@intel.com>
This commit is contained in:
@@ -61,6 +61,7 @@ static inline void initialize_timer(struct timer *timer,
|
||||
timer->fire_tsc = fire_tsc;
|
||||
timer->mode = mode;
|
||||
timer->period_in_cycle = period_in_cycle;
|
||||
INIT_LIST_HEAD(&timer->node);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user