All of lore.kernel.org
 help / color / mirror / Atom feed
From: Avi Kivity <avi@redhat.com>
To: Stephen Rothwell <sfr-3FnU+UHB4dNDw9hX6IcOSA@public.gmane.org>
Cc: ppc-dev <linuxppc-dev-mnsaURCQ41sdnm+yROfE0A@public.gmane.org>,
	kvm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	kvm-ppc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	Hollis Blanchard
	<hollisb-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>,
	Josh Boyer
	<jwboyer-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>,
	Matt Porter
	<mporter-XVmvHMARGAS8U2dJNN8I7kB+6BGkLq7r@public.gmane.org>,
	Christian Ehrhardt
	<ehrhardt-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>,
	Liu Yu <yu.liu-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
Subject: Re: [PATCH] powerpc/kvm: fix some init/exit annotations
Date: Tue, 02 Jun 2009 09:57:06 +0000	[thread overview]
Message-ID: <4A24F772.8070904@redhat.com> (raw)
In-Reply-To: <20090602114614.50f8f0dd.sfr-3FnU+UHB4dNDw9hX6IcOSA@public.gmane.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


WARNING: multiple messages have this Message-ID (diff)
From: Avi Kivity <avi@redhat.com>
To: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: Liu Yu <yu.liu@freescale.com>,
	Hollis Blanchard <hollisb@us.ibm.com>,
	kvm@vger.kernel.org, kvm-ppc@vger.kernel.org,
	ppc-dev <linuxppc-dev@ozlabs.org>
Subject: Re: [PATCH] powerpc/kvm: fix some init/exit annotations
Date: Tue, 02 Jun 2009 12:57:06 +0300	[thread overview]
Message-ID: <4A24F772.8070904@redhat.com> (raw)
In-Reply-To: <20090602114614.50f8f0dd.sfr@canb.auug.org.au>

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

WARNING: multiple messages have this Message-ID (diff)
From: Avi Kivity <avi-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
To: Stephen Rothwell <sfr-3FnU+UHB4dNDw9hX6IcOSA@public.gmane.org>
Cc: ppc-dev <linuxppc-dev-mnsaURCQ41sdnm+yROfE0A@public.gmane.org>,
	kvm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	kvm-ppc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	Hollis Blanchard
	<hollisb-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>,
	Josh Boyer
	<jwboyer-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>,
	Matt Porter
	<mporter-XVmvHMARGAS8U2dJNN8I7kB+6BGkLq7r@public.gmane.org>,
	Christian Ehrhardt
	<ehrhardt-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>,
	Liu Yu <yu.liu-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
Subject: Re: [PATCH] powerpc/kvm: fix some init/exit annotations
Date: Tue, 02 Jun 2009 12:57:06 +0300	[thread overview]
Message-ID: <4A24F772.8070904@redhat.com> (raw)
In-Reply-To: <20090602114614.50f8f0dd.sfr-3FnU+UHB4dNDw9hX6IcOSA@public.gmane.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

  parent reply	other threads:[~2009-06-02  9:57 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-02  1:46 [PATCH] powerpc/kvm: fix some init/exit annotations Stephen Rothwell
2009-06-02  1:46 ` Stephen Rothwell
     [not found] ` <20090602114614.50f8f0dd.sfr-3FnU+UHB4dNDw9hX6IcOSA@public.gmane.org>
2009-06-02  9:57   ` Avi Kivity [this message]
2009-06-02  9:57     ` Avi Kivity
2009-06-02  9:57     ` Avi Kivity

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4A24F772.8070904@redhat.com \
    --to=avi@redhat.com \
    --cc=ehrhardt-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org \
    --cc=hollisb-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org \
    --cc=jwboyer-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org \
    --cc=kvm-ppc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=kvm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linuxppc-dev-mnsaURCQ41sdnm+yROfE0A@public.gmane.org \
    --cc=mporter-XVmvHMARGAS8U2dJNN8I7kB+6BGkLq7r@public.gmane.org \
    --cc=sfr-3FnU+UHB4dNDw9hX6IcOSA@public.gmane.org \
    --cc=yu.liu-KZfg59tc24xl57MIdRCFDg@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.