From: Vitaly Kuznetsov Date: Mon, 10 Dec 2018 17:21:54 +0000 (+0100) Subject: x86/hyper-v: Drop HV_X64_CONFIGURE_PROFILER definition X-Git-Tag: v5.0-rc1~156^2~76 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=220d6586ecb46c163e13576d3143097eebc907e7;p=thirdparty%2Fkernel%2Flinux.git x86/hyper-v: Drop HV_X64_CONFIGURE_PROFILER definition BIT(13) in HYPERV_CPUID_FEATURES.EBX is described as "ConfigureProfiler" in TLFS v4.0 but starting 5.0 it is replaced with 'Reserved'. As we don't currently us it in kernel it can just be dropped. Signed-off-by: Vitaly Kuznetsov Reviewed-by: Michael Kelley Acked-by: Thomas Gleixner Signed-off-by: Paolo Bonzini --- diff --git a/arch/x86/include/asm/hyperv-tlfs.h b/arch/x86/include/asm/hyperv-tlfs.h index bb9a3f1a3f886..098daf81d9e99 100644 --- a/arch/x86/include/asm/hyperv-tlfs.h +++ b/arch/x86/include/asm/hyperv-tlfs.h @@ -93,7 +93,6 @@ #define HV_X64_ACCESS_STATS BIT(8) #define HV_X64_DEBUGGING BIT(11) #define HV_X64_CPU_POWER_MANAGEMENT BIT(12) -#define HV_X64_CONFIGURE_PROFILER BIT(13) /* * Feature identification. EDX indicates which miscellaneous features