From patchwork Thu Feb 7 22:17:59 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Scott Wood X-Patchwork-Id: 219009 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 454FF2C0087 for ; Fri, 8 Feb 2013 09:18:20 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1422693Ab3BGWST (ORCPT ); Thu, 7 Feb 2013 17:18:19 -0500 Received: from co9ehsobe002.messaging.microsoft.com ([207.46.163.25]:1581 "EHLO co9outboundpool.messaging.microsoft.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1422655Ab3BGWSS (ORCPT ); Thu, 7 Feb 2013 17:18:18 -0500 Received: from mail143-co9-R.bigfish.com (10.236.132.237) by CO9EHSOBE008.bigfish.com (10.236.130.71) with Microsoft SMTP Server id 14.1.225.23; Thu, 7 Feb 2013 22:18:17 +0000 Received: from mail143-co9 (localhost [127.0.0.1]) by mail143-co9-R.bigfish.com (Postfix) with ESMTP id 76B0C1E0374; Thu, 7 Feb 2013 22:18:17 +0000 (UTC) X-Forefront-Antispam-Report: CIP:70.37.183.190; KIP:(null); UIP:(null); IPV:NLI; H:mail.freescale.net; RD:none; EFVD:NLI X-SpamScore: 0 X-BigFish: VS0(zzzz1f42h1ee6h1de0h1202h1e76h1d1ah1d2ahzz8275bhz2dh2a8h668h839h944hd25hf0ah1220h1288h12a5h12a9h12bdh137ah13b6h1441h14ddh1504h1537h153bh162dh1631h1758h18e1h1946h19b5h1155h) Received: from mail143-co9 (localhost.localdomain [127.0.0.1]) by mail143-co9 (MessageSwitch) id 1360275482379535_7727; Thu, 7 Feb 2013 22:18:02 +0000 (UTC) Received: from CO9EHSMHS007.bigfish.com (unknown [10.236.132.234]) by mail143-co9.bigfish.com (Postfix) with ESMTP id 59416401C8; Thu, 7 Feb 2013 22:18:02 +0000 (UTC) Received: from mail.freescale.net (70.37.183.190) by CO9EHSMHS007.bigfish.com (10.236.130.17) with Microsoft SMTP Server (TLS) id 14.1.225.23; Thu, 7 Feb 2013 22:18:02 +0000 Received: from az84smr01.freescale.net (10.64.34.197) by 039-SN1MMR1-005.039d.mgd.msft.net (10.84.1.17) with Microsoft SMTP Server (TLS) id 14.2.318.3; Thu, 7 Feb 2013 22:18:01 +0000 Received: from home.buserror.net ([10.214.85.201]) by az84smr01.freescale.net (8.14.3/8.14.0) with ESMTP id r17MHxf5032109; Thu, 7 Feb 2013 15:17:59 -0700 Date: Thu, 7 Feb 2013 16:17:59 -0600 From: Scott Wood To: CC: , Subject: [PATCH] KVM: PPC: e500: fix BOOKE_INTERRUPT_ALIGNMENT build break Message-ID: <20130207221759.GA7315@home.buserror.net> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-OriginatorOrg: freescale.com Sender: kvm-ppc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm-ppc@vger.kernel.org Commit 2765788fcc3dc64920dd2be3d32319b50b1e2813 ("KVM: PPC: BookE: Handle alignment interrupts") broke the build by adding mismatched parentheses. Signed-off-by: Scott Wood --- Against kvm-ppc-queue arch/powerpc/kvm/booke_interrupts.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/powerpc/kvm/booke_interrupts.S b/arch/powerpc/kvm/booke_interrupts.S index 7fa4167..f4bb55c 100644 --- a/arch/powerpc/kvm/booke_interrupts.S +++ b/arch/powerpc/kvm/booke_interrupts.S @@ -45,13 +45,13 @@ (1<