]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: x86/emulate: Remove unused "tss_selector" of task_switch_{16, 32}()
authorJinrong Liang <cloudliang@tencent.com>
Tue, 25 Jan 2022 09:59:05 +0000 (17:59 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 10 Feb 2022 18:47:14 +0000 (13:47 -0500)
commit754da6ec6fca8700930cb50d5c70858bf32d7d16
treef6b8c10fcc0268ad1d92920151be679f61063a5c
parentcbad3aba1df69b1f0635c8827d82bec4f12eb459
KVM: x86/emulate: Remove unused "tss_selector" of task_switch_{16, 32}()

The "u16 tss_selector" parameter of task_switch_{16, 32}()
is not used, so remove it. No functional change intended.

Signed-off-by: Jinrong Liang <cloudliang@tencent.com>
Message-Id: <20220125095909.38122-16-cloudliang@tencent.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/emulate.c