From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Subject: Re: [RFC PATCH 3/6] KVM: PPC: Book3E: Rename IRQPRIO names to accommodate ALTIVEC Date: Tue, 4 Jun 2013 17:28:20 -0500 Message-ID: <1370384900.748.18@snotra> References: <1370292868-2697-4-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: <1370292868-2697-4-git-send-email-mihai.caraman@freescale.com> (from mihai.caraman@freescale.com on Mon Jun 3 15:54:25 2013) Content-Disposition: inline Sender: kvm-ppc-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On 06/03/2013 03:54:25 PM, Mihai Caraman wrote: > Rename BOOKE_IRQPRIO_SPE_UNAVAIL and BOOKE_IRQPRIO_SPE_FP_DATA names > to accommodate ALTIVEC. Replace BOOKE_INTERRUPT_SPE_UNAVAIL and > BOOKE_INTERRUPT_SPE_FP_DATA with the common version. > > Signed-off-by: Mihai Caraman > --- > arch/powerpc/kvm/booke.c | 12 ++++++------ > arch/powerpc/kvm/booke.h | 4 ++-- > arch/powerpc/kvm/bookehv_interrupts.S | 8 ++++---- > arch/powerpc/kvm/e500.c | 10 ++++++---- > arch/powerpc/kvm/e500_emulate.c | 8 ++++---- > 5 files changed, 22 insertions(+), 20 deletions(-) Can you remove the TODO separate definitions from 1/6 now? And/or combine 1/6 with this patch? -Scott