]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: x86: Fix defines in emulator.c
authorNadav Amit <namit@cs.technion.ac.il>
Mon, 26 Jan 2015 07:32:25 +0000 (09:32 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 26 Jan 2015 11:15:03 +0000 (12:15 +0100)
commit66ceb7854fb15734686ebeaa3b862210ac759f12
treea3ac5a4feacf655f6397c711c708522a45a23045
parent3653f53594934a2177edf7b0657b9699034024aa
KVM: x86: Fix defines in emulator.c

Unnecassary define was left after commit 093374b12c58 ("KVM: x86: Revert
NoBigReal patch in the emulator").

Commit 128a7e2e2f21 ("KVM: x86: Generate #UD when memory operand is required")
was missing undef.

Fix it.

Signed-off-by: Nadav Amit <namit@cs.technion.ac.il>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/emulate.c