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:
Xue Bosheng
2025-08-25 20:05:23 +08:00
committed by acrnsi-robot
parent b03dc25119
commit e278b38ec4
8 changed files with 24 additions and 22 deletions

View File

@@ -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;