change get_monitor_cap to has_monitor_cap

has_monitor_cap is more suitable name

v2:
- rename to has_monitor_cap

Changes to be committed:
	modified:   arch/x86/cpu.c
	modified:   arch/x86/cpu_caps.c
	modified:   include/arch/x86/cpu_caps.h

Tracked-On: #1842
Signed-off-by: Jason Chen CJ <jason.cj.chen@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
Jason Chen CJ
2018-12-10 14:58:28 +08:00
committed by wenlingz
parent 6830619d08
commit 63773db437
3 changed files with 3 additions and 3 deletions

View File

@@ -59,7 +59,7 @@ struct cpuinfo_x86 {
extern struct cpuinfo_x86 boot_cpu_data;
bool get_monitor_cap(void);
bool has_monitor_cap(void);
bool is_apicv_reg_virtualization_supported(void);
bool is_apicv_intr_delivery_supported(void);
bool is_apicv_posted_intr_supported(void);