mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-08-10 20:43:48 +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:
parent
e386a814ae
commit
260b37a52f
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user