mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-11-26 04:24:40 +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
@@ -47,8 +47,6 @@ struct per_cpu_region {
|
||||
struct thread_object idle;
|
||||
uint64_t pcpu_flag;
|
||||
uint32_t softirq_servicing;
|
||||
uint32_t mode_to_kick_pcpu;
|
||||
uint32_t mode_to_idle;
|
||||
struct smp_call_info_data smp_call_info;
|
||||
struct list_head softirq_dev_entry_list;
|
||||
enum pcpu_boot_state boot_state;
|
||||
|
||||
Reference in New Issue
Block a user