From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Graf Date: Wed, 16 May 2012 09:18:47 +0000 Subject: Re: [PATCH] KVM: PPC: Book3S HV: Export kvm_hpt_order Message-Id: <4FB370F7.70109@suse.de> List-Id: References: <20120516091705.GB30694@bloggs.ozlabs.ibm.com> In-Reply-To: <20120516091705.GB30694@bloggs.ozlabs.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Paul Mackerras Cc: kvm-ppc@vger.kernel.org, kvm@vger.kernel.org On 05/16/2012 11:17 AM, Paul Mackerras wrote: > Code in book3s_64_mmu_hv.c, which is in the modular part of HV KVM, > needs to access kvm_hpt_order, which is defined in the built-in part. > Therefore we need to export it. > > Signed-off-by: Paul Mackerras > --- > Alex, it's up to you whether you apply this on your kvm-ppc-next branch > or fold it into the "Make the guest hash table size configurable" > commit - either is fine with me. Yeah, already fixed it locally. Test building as we speak. Alex