Fix a typo in the macro.

Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
K. Y. Srinivasan 2017-03-14 18:01:38 -07:00 коммит произвёл Greg Kroah-Hartman
Родитель 4827ee1dca
Коммит 4539673a6a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -124,7 +124,7 @@
* Recommend using hypercall for address space switches rather * Recommend using hypercall for address space switches rather
* than MOV to CR3 instruction * 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 /* Recommend using hypercall for local TLB flushes rather
* than INVLPG or MOV to CR3 instructions */ * than INVLPG or MOV to CR3 instructions */
#define HV_X64_LOCAL_TLB_FLUSH_RECOMMENDED (1 << 1) #define HV_X64_LOCAL_TLB_FLUSH_RECOMMENDED (1 << 1)