commit | 13a34e067eab24fec882e1834fbf2cc31911d474 | [log] [tgz] |
---|---|---|
author | Radim Krčmář <[email protected]> | Thu Aug 28 15:13:03 2014 +0200 |
committer | Paolo Bonzini <[email protected]> | Fri Aug 29 16:35:55 2014 +0200 |
tree | 62efa3909464b023f142634b18d3c98cc489b00d | |
parent | 0865e636aef751966e6e0f8950a26bc7391e923c [diff] |
KVM: remove garbage arg to *hardware_{en,dis}able In the beggining was on_each_cpu(), which required an unused argument to kvm_arch_ops.hardware_{en,dis}able, but this was soon forgotten. Remove unnecessary arguments that stem from this. Signed-off-by: Radim KrÄmář <[email protected]> Signed-off-by: Paolo Bonzini <[email protected]>