mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-10-10 17:13:32 +00:00
scheduler: refine make_reschedule_request
just use pcpu_id for make_reschedule_request is enough Tracked-On: #1842 Signed-off-by: Jason Chen CJ <jason.cj.chen@intel.com> Acked-by: Anthony Xu <anthony.xu@intel.com> Acked-by: Eddie Dong <edide.dong@intel.com>
This commit is contained in:
@@ -35,7 +35,7 @@ void remove_from_cpu_runqueue(struct sched_object *obj, uint16_t pcpu_id);
|
||||
|
||||
void default_idle(void);
|
||||
|
||||
void make_reschedule_request(const struct acrn_vcpu *vcpu);
|
||||
void make_reschedule_request(uint16_t pcpu_id);
|
||||
int32_t need_reschedule(uint16_t pcpu_id);
|
||||
void make_pcpu_offline(uint16_t pcpu_id);
|
||||
int32_t need_offline(uint16_t pcpu_id);
|
||||
|
Reference in New Issue
Block a user