From: Radim Krčmář Date: Thu, 28 Aug 2014 13:13:03 +0000 (+0200) Subject: KVM: remove garbage arg to *hardware_{en,dis}able X-Git-Tag: fixes-for-v3.18-merge-window~23^2~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13a34e067eab24fec882e1834fbf2cc31911d474;p=pandora-kernel.git 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ář Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed