From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Date: Wed, 19 May 2010 17:16:35 +0000 Subject: Re: [PATCH] KVM: powerpc: fix init/exit annotation Message-Id: <4BF41CF3.4070902@redhat.com> List-Id: References: <20100518093412.0588a8c4@hyperion.delvare> In-Reply-To: <20100518093412.0588a8c4@hyperion.delvare> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: kvm-ppc@vger.kernel.org On 05/18/2010 10:34 AM, Jean Delvare wrote: > kvmppc_e500_exit() is a module_exit function, so it should be tagged > with __exit, not __init. The incorrect annotation was added by commit > 2986b8c72c272ea58edd37903b042c6da985627d. > Applied, thanks. -- Do not meddle in the internals of kernels, for they are subtle and quick to panic.