aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/emulate.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kvm/emulate.c')
-rw-r--r--arch/x86/kvm/emulate.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/kvm/emulate.c b/arch/x86/kvm/emulate.c
index 7e4a45cab400..a16bf225cab0 100644
--- a/arch/x86/kvm/emulate.c
+++ b/arch/x86/kvm/emulate.c
@@ -3642,8 +3642,8 @@ static const struct opcode group6[] = {
3642}; 3642};
3643 3643
3644static const struct group_dual group7 = { { 3644static const struct group_dual group7 = { {
3645 II(Mov | DstMem | Priv, em_sgdt, sgdt), 3645 II(Mov | DstMem, em_sgdt, sgdt),
3646 II(Mov | DstMem | Priv, em_sidt, sidt), 3646 II(Mov | DstMem, em_sidt, sidt),
3647 II(SrcMem | Priv, em_lgdt, lgdt), 3647 II(SrcMem | Priv, em_lgdt, lgdt),
3648 II(SrcMem | Priv, em_lidt, lidt), 3648 II(SrcMem | Priv, em_lidt, lidt),
3649 II(SrcNone | DstMem | Mov, em_smsw, smsw), N, 3649 II(SrcNone | DstMem | Mov, em_smsw, smsw), N,