KVM: Drop unused evaluations from string pio handlers
authorJan Kiszka <jan.kiszka@web.de>
Sun, 8 Feb 2009 12:28:15 +0000 (13:28 +0100)
committerAvi Kivity <avi@redhat.com>
Tue, 24 Mar 2009 09:03:08 +0000 (11:03 +0200)
commit34c33d163fe509da8414a736c6328855f8c164e5
tree673921f5ce66b19e6e0eecf12e9ec94c69acf8e1
parent1b2fd70c4eddef53f32639296818c0253e7ca48d
KVM: Drop unused evaluations from string pio handlers

Looks like neither the direction nor the rep prefix are used anymore.
Drop related evaluations from SVM's and VMX's I/O exit handlers.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/kvm/svm.c
arch/x86/kvm/vmx.c