Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1600977
| From | kys@exchange.microsoft.com |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 1/2] Drivers: hv: Fix a typo |
| Date | 2017-03-15 02:10 +0100 |
| Message-ID | <tl5BU-6B-15@gated-at.bofh.it> (permalink) |
| References | <tl5BT-6B-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
From: K. Y. Srinivasan <kys@microsoft.com> Fix a typo in the macro. Signed-off-by: K. Y. Srinivasan <kys@microsoft.com> --- arch/x86/include/uapi/asm/hyperv.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/x86/include/uapi/asm/hyperv.h b/arch/x86/include/uapi/asm/hyperv.h index 3a20ccf..32ea7a3 100644 --- a/arch/x86/include/uapi/asm/hyperv.h +++ b/arch/x86/include/uapi/asm/hyperv.h @@ -124,7 +124,7 @@ * Recommend using hypercall for address space switches rather * than MOV to CR3 instruction */ -#define HV_X64_MWAIT_RECOMMENDED (1 << 0) +#define HV_X64_AS_SWITCH_RECOMMENDED (1 << 0) /* Recommend using hypercall for local TLB flushes rather * than INVLPG or MOV to CR3 instructions */ #define HV_X64_LOCAL_TLB_FLUSH_RECOMMENDED (1 << 1) -- 1.7.1
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH 0/2] Drivers: hv: Support vAPIC kys@exchange.microsoft.com - 2017-03-15 02:10 +0100 [PATCH 2/2] Drivers: hv: Base autoeoi enablement based on hypervisor hints kys@exchange.microsoft.com - 2017-03-15 02:10 +0100 [PATCH 1/2] Drivers: hv: Fix a typo kys@exchange.microsoft.com - 2017-03-15 02:10 +0100
csiph-web