mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-25 15:02:13 +00:00
hv: sched: Fix scheduler priority issue
Fix build issue. Tracked-On: #8586 Signed-off-by: Zhang Chen <chen.zhang@intel.com> Reviewed-by: Junjie Mao <junjie.mao@intel.com>
This commit is contained in:
parent
629808c767
commit
946a927dcb
@ -32,7 +32,7 @@ static void sched_prio_init_data(struct thread_object *obj, struct sched_params
|
||||
|
||||
data = (struct sched_prio_data *)obj->data;
|
||||
INIT_LIST_HEAD(&data->list);
|
||||
data->priority = params->priority;
|
||||
data->priority = params->prio;
|
||||
}
|
||||
|
||||
static struct thread_object *sched_prio_pick_next(struct sched_control *ctl)
|
||||
|
Loading…
Reference in New Issue
Block a user