From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Graf Date: Thu, 10 Nov 2011 17:11:46 +0000 Subject: Re: [PATCH] powerpc/kvm: annotate kvm_rma_init as __init Message-Id: <4EBC05D2.1020201@suse.de> List-Id: References: <20111107232956.GA20208@us.ibm.com> In-Reply-To: <20111107232956.GA20208@us.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Nishanth Aravamudan Cc: Paul Mackerras , linuxppc-dev@lists.ozlabs.org, kvm-ppc@vger.kernel.org On 11/08/2011 12:29 AM, Nishanth Aravamudan wrote: > kvm_rma_init() is only called at boot-time, by setup_arch, which is also __init. > > Signed-off-by: Nishanth Aravamudan Thanks, applied to kvm-ppc-next. Alex > diff --git a/arch/powerpc/kvm/book3s_hv_builtin.c b/arch/powerpc/kvm/book3s_hv_builtin.c > index d431203..73fdcc1 100644 > --- a/arch/powerpc/kvm/book3s_hv_builtin.c > +++ b/arch/powerpc/kvm/book3s_hv_builtin.c > @@ -85,7 +85,7 @@ static inline int lpcr_rmls(unsigned long rma_size) > * to allocate contiguous physical memory for the real memory > * areas for guests. > */ > -void kvm_rma_init(void) > +void __init kvm_rma_init(void) > { > unsigned long i; > unsigned long j, npages; >