Re: [PATCH -V2 2/4] powerpc: Contiguous memory allocator based hash page allocation

2013-06-29 Thread Paul Mackerras
On Fri, Jun 28, 2013 at 02:41:00PM +0530, Aneesh Kumar K.V wrote: > From: "Aneesh Kumar K.V" > > Use CMA for allocation of guest hash page. "page table" not just "page". This patch description seems a bit brief for a patch of this length. Please describe a little more of the motivation and the

[PATCH -V2 2/4] powerpc: Contiguous memory allocator based hash page allocation

2013-06-28 Thread Aneesh Kumar K.V
From: "Aneesh Kumar K.V" Use CMA for allocation of guest hash page. Signed-off-by: Aneesh Kumar K.V --- arch/powerpc/include/asm/kvm_book3s_64.h | 1 - arch/powerpc/include/asm/kvm_host.h | 2 +- arch/powerpc/include/asm/kvm_ppc.h | 8 +- arch/powerpc/kernel/setup_64.c