From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoffer Dall Date: Mon, 01 Sep 2014 09:23:30 +0000 Subject: Re: [PATCH 2/2] KVM: remove garbage arg to *hardware_{en,dis}able Message-Id: <20140901092330.GE19836@cbox> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: kvm-ia64@vger.kernel.org On Thu, Aug 28, 2014 at 03:13:03PM +0200, Radim Krčmář wrote: > 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ář For the arm/arm64 part: Acked-by: Christoffer Dall