mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-11-18 00:17:19 +00:00
hv: move percpu delivery mode and idle mode from common to x86
delivery mode and idle mode are x86 specific percpu, so move it from common to x86 arch, also change the name of mode_to_idle to be idle_mode, change the name of mode_to_kick_pcpu to be kick_pcpu_mode. Tracked-On: #8812 Signed-off-by: Xue Bosheng <bosheng.xue@intel.com> Acked-by: Wang, Yu1 <yu1.wang@intel.com>
This commit is contained in:
committed by
acrnsi-robot
parent
b03dc25119
commit
e278b38ec4
@@ -12,12 +12,6 @@
|
||||
|
||||
#define NEED_RESCHEDULE (1U)
|
||||
|
||||
#define DEL_MODE_INIT (1U)
|
||||
#define DEL_MODE_IPI (2U)
|
||||
|
||||
#define IDLE_MODE_PAUSE (1U)
|
||||
#define IDLE_MODE_HLT (2U)
|
||||
|
||||
#define THREAD_DATA_SIZE (256U)
|
||||
|
||||
enum thread_object_state {
|
||||
|
||||
Reference in New Issue
Block a user