]> asedeno.scripts.mit.edu Git - linux.git/commit
x86/cpu/vmware: Use the full form of INL in VMWARE_HYPERCALL, for clang/llvm
authorThomas Hellstrom <thellstrom@vmware.com>
Mon, 21 Oct 2019 17:24:02 +0000 (19:24 +0200)
committerIngo Molnar <mingo@kernel.org>
Mon, 21 Oct 2019 22:51:44 +0000 (00:51 +0200)
commitdb633a4e0e6eda69b6065e3e106f9ea13a0676c3
tree189a7ad397899f31d0588821027cc774f49cf774
parent7d194c2100ad2a6dded545887d02754948ca5241
x86/cpu/vmware: Use the full form of INL in VMWARE_HYPERCALL, for clang/llvm

LLVM's assembler doesn't accept the short form INL instruction:

  inl (%%dx)

but instead insists on the output register to be explicitly specified.

This was previously fixed for the VMWARE_PORT macro. Fix it also for
the VMWARE_HYPERCALL macro.

Suggested-by: Sami Tolvanen <samitolvanen@google.com>
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>
Cc: Borislav Petkov <bp@suse.de>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Sean Christopherson <sean.j.christopherson@intel.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: clang-built-linux@googlegroups.com
Fixes: b4dd4f6e3648 ("Add a header file for hypercall definitions")
Link: https://lkml.kernel.org/r/20191021172403.3085-2-thomas_os@shipmail.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/include/asm/vmware.h