From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Subject: Re: [PATCH 2/2] KVM: PPC: Book3E: Add LRAT error exception handler Date: Wed, 3 Jul 2013 15:16:30 -0500 Message-ID: <1372882590.8183.149@snotra> References: <1372870566-11299-1-git-send-email-mihai.caraman@freescale.com> <1372870566-11299-2-git-send-email-mihai.caraman@freescale.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; delsp=Yes; format=Flowed Content-Transfer-Encoding: 8BIT Cc: , , , Mihai Caraman To: Mihai Caraman Return-path: In-Reply-To: <1372870566-11299-2-git-send-email-mihai.caraman@freescale.com> (from mihai.caraman@freescale.com on Wed Jul 3 11:56:06 2013) Content-Disposition: inline Sender: kvm-ppc-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On 07/03/2013 11:56:06 AM, Mihai Caraman wrote: > With LRAT (Logical to Real Address Translation) error exception > handler in kernel > KVM needs to add the counterpart otherwise will break the build. > > Signed-off-by: Mihai Caraman > --- > arch/powerpc/kvm/bookehv_interrupts.S | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) Please combine these two patches to avoid breaking bisectability. -Scott