acrn-hypervisor/hypervisor/include/common
Shuo A Liu a0154223f6 hv: clear NEED_RESCHEDULE flag in schedule
Now, need_reschedule will test_and_clear the bit NEED_RESCHEDULE in
schedule context, then call schedule. It is not a exact match with the
name.
This patch move the flag clearing into scheudle, and need_reschedule
just check and return.

Tracked-On: #1821
Signed-off-by: Shuo A Liu <shuo.a.liu@intel.com>
Reviewed-by: Yin Fengwei <fengwei.yin@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2018-12-27 12:35:40 +08:00
..
hypercall.h hv: hypercall: clean up HV_DEBUG usage 2018-11-20 10:01:50 +08:00
irq.h doc: replace return with retval 2018-11-30 14:55:17 +08:00
ptdev.h hv: assign: change ptirq vpin source type from enum to macro 2018-12-20 13:43:47 +08:00
schedule.h hv: clear NEED_RESCHEDULE flag in schedule 2018-12-27 12:35:40 +08:00
softirq.h hv: remove unused MACROs 2018-09-18 09:43:43 +08:00