Commit 7f7c77e1 authored by Kamal Mostafa's avatar Kamal Mostafa

[3.13-stable only] Revert "Drivers: hv: vmbus: Correcting truncation error for...

[3.13-stable only] Revert "Drivers: hv: vmbus: Correcting truncation error for constant HV_CRASH_CTL_CRASH_NOTIFY"

This reverts commit a40cec45.

New feature; not qualified for -stable kernels.
Signed-off-by: default avatarKamal Mostafa <kamal@canonical.com>
parent 0152dc71
......@@ -58,7 +58,7 @@ enum hv_cpuid_function {
#define HV_X64_MSR_CRASH_P4 0x40000104
#define HV_X64_MSR_CRASH_CTL 0x40000105
#define HV_CRASH_CTL_CRASH_NOTIFY (1ULL << 63)
#define HV_CRASH_CTL_CRASH_NOTIFY 0x8000000000000000
/* Define version of the synthetic interrupt controller. */
#define HV_SYNIC_VERSION (1)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment