Files
acrn-hypervisor/hypervisor/include/arch/x86
Conghui Chen 53d4a7169b hv: remove kick_thread from scheduler module
kick_thread function is only used by kick_vcpu to kick vcpu out of
non-root mode, the implementation in it is sending IPI to target CPU if
target obj is running and target PCPU is not current one; while for
runnable obj, it will just make reschedule request. So the kick_thread
is not actually belong to scheduler module, we can drop it and just do
the cpu notification in kick_vcpu.

Tracked-On: #5057
Signed-off-by: Conghui Chen <conghui.chen@intel.com>
Reviewed-by: Shuo A Liu <shuo.a.liu@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2020-07-22 13:38:41 +08:00
..
2020-06-10 14:32:15 +08:00
2020-03-25 13:26:58 +08:00
2020-06-19 16:13:20 +08:00
2020-06-18 14:05:56 +08:00
2020-04-16 08:40:17 +08:00
2020-05-08 08:50:13 +08:00
2020-02-26 09:24:16 +08:00