hv: rename VECTOR_XXX and XXX_IRQ Macros

1. Align the coding style for these MACROs
  2. Align the values of fixed VECTORs

Tracked-On: #4348
Signed-off-by: Yonghua Huang <yonghua.huang@intel.com>
This commit is contained in:
Yonghua Huang
2020-01-09 20:48:43 +08:00
committed by wenlingz
parent b90862921e
commit fd4775d044
11 changed files with 35 additions and 35 deletions

View File

@@ -360,7 +360,7 @@ void make_pcpu_offline(uint16_t pcpu_id)
{
bitmap_set_lock(NEED_OFFLINE, &per_cpu(pcpu_flag, pcpu_id));
if (get_pcpu_id() != pcpu_id) {
send_single_ipi(pcpu_id, VECTOR_NOTIFY_VCPU);
send_single_ipi(pcpu_id, NOTIFY_VCPU_VECTOR);
}
}