From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PATCH 3/7] kvm: Move kvm_spurious_fault dec out of x86 Date: Fri, 05 Apr 2013 09:48:34 +0200 Message-ID: <515E81D2.5060605@redhat.com> References: <395f9961a11debede220990c020e5d011cdf40b1.1365117838.git.geoff@infradead.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Marcelo Tosatti , kvm@vger.kernel.org, kvmarm@lists.cs.columbia.edu To: Geoff Levand Return-path: Received: from mail-wi0-f173.google.com ([209.85.212.173]:48274 "EHLO mail-wi0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932563Ab3DEHsn (ORCPT ); Fri, 5 Apr 2013 03:48:43 -0400 Received: by mail-wi0-f173.google.com with SMTP id ez12so298729wid.0 for ; Fri, 05 Apr 2013 00:48:41 -0700 (PDT) In-Reply-To: <395f9961a11debede220990c020e5d011cdf40b1.1365117838.git.geoff@infradead.org> Sender: kvm-owner@vger.kernel.org List-ID: Il 05/04/2013 01:33, Geoff Levand ha scritto: > The routine kvm_spurious_fault() is a common kvm routine, so > move its declaration from arch/x86/include/asm/kvm_host.h to > arch/arm/include/asm/kvm_host.h. Typo in the commit message. Paolo > Fixes sparse warning when building on arm64: > > virt/kvm/kvm_main.c:warning: symbol 'kvm_spurious_fault' was not declared. Should it be static? > > Signed-off-by: Geoff Levand > --- > arch/x86/include/asm/kvm_host.h | 6 ------ > include/linux/kvm_host.h | 7 +++++++ > 2 files changed, 7 insertions(+), 6 deletions(-)