KVM: VMX: vmx_uret_msrs_list[] can be static
Fixes: 14a61b642d
("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>
This commit is contained in:
parent
0c899c25d7
commit
6a2e0923b2
|
@ -457,7 +457,7 @@ static unsigned long host_idt_base;
|
||||||
* support this emulation, IA32_STAR must always be included in
|
* support this emulation, IA32_STAR must always be included in
|
||||||
* vmx_uret_msrs_list[], even in i386 builds.
|
* 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
|
#ifdef CONFIG_X86_64
|
||||||
MSR_SYSCALL_MASK, MSR_LSTAR, MSR_CSTAR,
|
MSR_SYSCALL_MASK, MSR_LSTAR, MSR_CSTAR,
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue