* [PATCH] powerpc/kvm: Fix build break with CONFIG_KVM_BOOK3S_64_HV=y
@ 2014-06-24 6:36 Michael Ellerman
2014-06-24 6:51 ` Joonsoo Kim
0 siblings, 1 reply; 3+ messages in thread
From: Michael Ellerman @ 2014-06-24 6:36 UTC (permalink / raw)
To: Andrew Morton
Cc: Stephen Rothwell, kvm, linux-kernel, agraf, linuxppc-dev,
iamjoonsoo.kim
Commit e58e263 "PPC, KVM, CMA: use general CMA reserved area management
framework" in next-20140624 removed arch/powerpc/kvm/book3s_hv_cma.c but
neglected to update the Makefile, thus breaking the build.
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
---
Hi Andrew,
This is in your akpm-current and is breaking some of the builds for
powerpc in linux-next. Squashing this fix into the original patch would
be best for us.
cheers
arch/powerpc/kvm/Makefile | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/powerpc/kvm/Makefile b/arch/powerpc/kvm/Makefile
index ce569b6..72905c3 100644
--- a/arch/powerpc/kvm/Makefile
+++ b/arch/powerpc/kvm/Makefile
@@ -90,7 +90,6 @@ kvm-book3s_64-builtin-objs-$(CONFIG_KVM_BOOK3S_64_HANDLER) += \
book3s_hv_rm_mmu.o \
book3s_hv_ras.o \
book3s_hv_builtin.o \
- book3s_hv_cma.o \
$(kvm-book3s_64-builtin-xics-objs-y)
endif
--
1.9.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] powerpc/kvm: Fix build break with CONFIG_KVM_BOOK3S_64_HV=y
2014-06-24 6:36 [PATCH] powerpc/kvm: Fix build break with CONFIG_KVM_BOOK3S_64_HV=y Michael Ellerman
@ 2014-06-24 6:51 ` Joonsoo Kim
2014-06-24 7:12 ` Michael Ellerman
0 siblings, 1 reply; 3+ messages in thread
From: Joonsoo Kim @ 2014-06-24 6:51 UTC (permalink / raw)
To: Michael Ellerman
Cc: Andrew Morton, Stephen Rothwell, kvm, linux-kernel, agraf,
linuxppc-dev
On Tue, Jun 24, 2014 at 04:36:47PM +1000, Michael Ellerman wrote:
> Commit e58e263 "PPC, KVM, CMA: use general CMA reserved area management
> framework" in next-20140624 removed arch/powerpc/kvm/book3s_hv_cma.c but
> neglected to update the Makefile, thus breaking the build.
>
> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
> ---
>
> Hi Andrew,
>
> This is in your akpm-current and is breaking some of the builds for
> powerpc in linux-next. Squashing this fix into the original patch would
> be best for us.
>
I sent really same patch 10 minutes ago. :)
Thanks.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] powerpc/kvm: Fix build break with CONFIG_KVM_BOOK3S_64_HV=y
2014-06-24 6:51 ` Joonsoo Kim
@ 2014-06-24 7:12 ` Michael Ellerman
0 siblings, 0 replies; 3+ messages in thread
From: Michael Ellerman @ 2014-06-24 7:12 UTC (permalink / raw)
To: Joonsoo Kim
Cc: Andrew Morton, Stephen Rothwell, kvm, linux-kernel, agraf,
linuxppc-dev
On Tue, 2014-06-24 at 15:51 +0900, Joonsoo Kim wrote:
> On Tue, Jun 24, 2014 at 04:36:47PM +1000, Michael Ellerman wrote:
> > Commit e58e263 "PPC, KVM, CMA: use general CMA reserved area management
> > framework" in next-20140624 removed arch/powerpc/kvm/book3s_hv_cma.c but
> > neglected to update the Makefile, thus breaking the build.
> >
> > Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
> > ---
> >
> > Hi Andrew,
> >
> > This is in your akpm-current and is breaking some of the builds for
> > powerpc in linux-next. Squashing this fix into the original patch would
> > be best for us.
> >
>
> I sent really same patch 10 minutes ago. :)
Haha, oh well, I should have had a coffee instead :)
cheers
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-06-24 7:12 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-24 6:36 [PATCH] powerpc/kvm: Fix build break with CONFIG_KVM_BOOK3S_64_HV=y Michael Ellerman
2014-06-24 6:51 ` Joonsoo Kim
2014-06-24 7:12 ` Michael Ellerman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).