projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c899c2
)
KVM: VMX: vmx_uret_msrs_list[] can be static
author
kernel test robot
<lkp@intel.com>
Mon, 28 Sep 2020 15:37:14 +0000
(23:37 +0800)
committer
Paolo Bonzini
<pbonzini@redhat.com>
Tue, 29 Sep 2020 09:44:37 +0000
(
05:44
-0400)
Fixes: 14a61b642de9 ("KVM: VMX: Rename "vmx_msr_index" to "vmx_uret_msrs_list"")
Signed-off-by: kernel test robot <lkp@intel.com>
Message-Id: <
20200928153714
.GA6285@
a3a878002045
>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/vmx/vmx.c
patch
|
blob
|
history
diff --git
a/arch/x86/kvm/vmx/vmx.c
b/arch/x86/kvm/vmx/vmx.c
index 4551a7e80ebc31af00489b8302e9972607228cbf..f7b6677e2a51e6895cde93ee1524dc2698097cdd 100644
(file)
--- a/
arch/x86/kvm/vmx/vmx.c
+++ b/
arch/x86/kvm/vmx/vmx.c
@@
-457,7
+457,7
@@
static unsigned long host_idt_base;
* support this emulation, IA32_STAR must always be included in
* vmx_uret_msrs_list[], even in i386 builds.
*/
-const u32 vmx_uret_msrs_list[] = {
+
static
const u32 vmx_uret_msrs_list[] = {
#ifdef CONFIG_X86_64
MSR_SYSCALL_MASK, MSR_LSTAR, MSR_CSTAR,
#endif