We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7357b1d commit a8a42d0Copy full SHA for a8a42d0
arch/x86/include/asm/hyperv-tlfs.h
@@ -390,11 +390,6 @@ struct hv_tsc_emulation_status {
390
#define HV_X64_MSR_TSC_REFERENCE_ENABLE 0x00000001
391
#define HV_X64_MSR_TSC_REFERENCE_ADDRESS_SHIFT 12
392
393
-#define HV_PROCESSOR_POWER_STATE_C0 0
394
-#define HV_PROCESSOR_POWER_STATE_C1 1
395
-#define HV_PROCESSOR_POWER_STATE_C2 2
396
-#define HV_PROCESSOR_POWER_STATE_C3 3
397
-
398
#define HV_FLUSH_ALL_PROCESSORS BIT(0)
399
#define HV_FLUSH_ALL_VIRTUAL_ADDRESS_SPACES BIT(1)
400
#define HV_FLUSH_NON_GLOBAL_MAPPINGS_ONLY BIT(2)
0 commit comments