From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mackerras Subject: Re: [PATCH 03/13] kvm/powerpc: Fix the build for 32-bit Book 3S (classic) processors Date: Thu, 12 May 2011 21:15:18 +1000 Message-ID: <20110512111518.GA3406@brick.ozlabs.ibm.com> References: <20110511103443.GA2837@brick.ozlabs.ibm.com> <20110511103950.GD2837@brick.ozlabs.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "linuxppc-dev@ozlabs.org" , "kvm@vger.kernel.org" , benh@kernel.crashing.org To: Alexander Graf Return-path: Received: from ozlabs.org ([203.10.76.45]:51440 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752214Ab1ELLPY (ORCPT ); Thu, 12 May 2011 07:15:24 -0400 Content-Disposition: inline In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: On Thu, May 12, 2011 at 11:33:00AM +0200, Alexander Graf wrote: > > Am 11.05.2011 um 12:39 schrieb Paul Mackerras : > > > diff --git a/arch/powerpc/kvm/book3s_rmhandlers.S b/arch/powerpc/kvm/book3s_rmhandlers.S > > index ae99af6..1a1b344 100644 > > --- a/arch/powerpc/kvm/book3s_rmhandlers.S > > +++ b/arch/powerpc/kvm/book3s_rmhandlers.S > > @@ -112,7 +112,9 @@ INTERRUPT_TRAMPOLINE BOOK3S_INTERRUPT_MACHINE_CHECK > > INTERRUPT_TRAMPOLINE BOOK3S_INTERRUPT_DATA_STORAGE > > INTERRUPT_TRAMPOLINE BOOK3S_INTERRUPT_INST_STORAGE > > INTERRUPT_TRAMPOLINE BOOK3S_INTERRUPT_EXTERNAL > > +#ifdef CONFIG_PPC_BOOK3S_64 > > INTERRUPT_TRAMPOLINE BOOK3S_INTERRUPT_EXTERNAL_HV > > Hrm - I don't remember putting this one here. When did it get into > the tree and why wasn't I CC'ed? It comes from commit a5d4f3ad3a ("powerpc: Base support for exceptions using HSRR0/1", author Ben H.) in Ben's next branch. He committed it on April 20. Paul.