From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: [PATCH] powerpc/kvm: fix some init/exit annotations Date: Tue, 02 Jun 2009 12:57:06 +0300 Message-ID: <4A24F772.8070904@redhat.com> References: <20090602114614.50f8f0dd.sfr@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ppc-dev , kvm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, kvm-ppc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Hollis Blanchard , Josh Boyer , Matt Porter , Christian Ehrhardt , Liu Yu To: Stephen Rothwell Return-path: In-Reply-To: <20090602114614.50f8f0dd.sfr-3FnU+UHB4dNDw9hX6IcOSA@public.gmane.org> Sender: kvm-ppc-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: kvm.vger.kernel.org Stephen Rothwell wrote: > Fixes a couple of warnings like this one: > > WARNING: arch/powerpc/kvm/kvm-440.o(.text+0x1e8c): Section mismatch in reference from the function kvmppc_44x_exit() to the function .exit.text:kvmppc_booke_exit() > The function kvmppc_44x_exit() references a function in an exit section. > Often the function kvmppc_booke_exit() has valid usage outside the exit section > and the fix is to remove the __exit annotation of kvmppc_booke_exit. > Applied, thanks. -- error compiling committee.c: too many arguments to function -- To unsubscribe from this list: send the line "unsubscribe kvm-ppc" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html