KVM: x86 emulator: simplify emulate_2op_cl()
authorAvi Kivity <avi@redhat.com>
Wed, 7 Sep 2011 13:41:36 +0000 (16:41 +0300)
committerAvi Kivity <avi@redhat.com>
Sun, 25 Sep 2011 16:52:33 +0000 (19:52 +0300)
commit761441b9f42159409d56f74dcc7ce5538d9efd69
tree33f143f22a38465f7b99ac95194eb86f914ef32d
parenta31b9ceadb61487042dec92f662736ccddadc75f
KVM: x86 emulator: simplify emulate_2op_cl()

emulate_2op_cl() is always called with the same parameters.  Simplify
by passing just the emulation context.

Signed-off-by: Avi Kivity <avi@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
arch/x86/kvm/emulate.c