KVM: Simplify decode_register_operand() calling convention
authorAvi Kivity <avi@qumranet.com>
Wed, 31 Oct 2007 09:21:06 +0000 (11:21 +0200)
committerAvi Kivity <avi@qumranet.com>
Wed, 30 Jan 2008 15:52:59 +0000 (17:52 +0200)
commit9f1ef3f8f5f8ade2561d969181b152c225b82a3e
tree1070f885c4412ed9594809f55515f2d1b719dee4
parent33615aa956521923eab0552994b5961cd3034042
KVM: Simplify decode_register_operand() calling convention

Now that rex_prefix is part of the decode cache, there is no need to pass
it along.

Signed-off-by: Avi Kivity <avi@qumranet.com>
drivers/kvm/x86_emulate.c