Re: linux-next: manual merge of the kvm tree
From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Date: 2008-12-22 22:11:20
From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Date: 2008-12-22 22:11:20
On Mon, 2008-12-22 at 16:03 -0600, Hollis Blanchard wrote:
quoted
Patch is in Paulus -next already so we'll have to do a manualresolve. Who has to do it? My code should "win".
I don't understand. There is no "win" or "lose" here, just somebody who has to fixup the merge conflict :-) In any case I don't see why any code should "win" here. Shouldn't be hard, we just need to sync with paulus who pulls what tree in what tree to solve it. Maybe we can pull kvm into powerpc and solve it there or something like that ? The other solution is to rebase powerpc and change the patch but that's evil, we always avoid rebasing, it hurts too many people.
quoted
Also, you'll need to include ../mm/mmu_decl.h to get to _tlbil_* .. sorry about that.I don't want _tlb anything; I was only using _tlbia(), and I'm not any more.
Ok. I got confused by another mail about undefined _tlbil_all() which was probably another fix for that same stuff. Cheers, Ben.