KVM: Fix defined but not used warning in drivers/kvm/vmx.c
authorGabriel C <nix.or.die@googlemail.com>
Wed, 1 Aug 2007 14:23:10 +0000 (16:23 +0200)
committerAvi Kivity <avi@qumranet.com>
Sat, 13 Oct 2007 08:18:22 +0000 (10:18 +0200)
commit54e11fa1f87771df0fc1bb42a75be0740c3babb9
treeb46e10a86643ed8c52e340fff43342aadca8463e
parent37c00051b53861929a910309c1823b415d55cfdf
KVM: Fix defined but not used warning in drivers/kvm/vmx.c

move_msr_up() is used only on X86_64 and generates a warning on !X86_64

Signed-off-by: Gabriel Craciunescu <nix.or.die@googlemail.com>
Signed-off-by: Avi Kivity <avi@qumranet.com>
drivers/kvm/vmx.c
This page took 0.026879 seconds and 5 git commands to generate.