From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ob0-f179.google.com (mail-ob0-f179.google.com [209.85.214.179]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority" (not verified)) by ozlabs.org (Postfix) with ESMTPS id E02EEB6FA8 for ; Thu, 3 May 2012 16:59:38 +1000 (EST) Received: by obbup19 with SMTP id up19so2164357obb.38 for ; Wed, 02 May 2012 23:59:36 -0700 (PDT) Message-ID: <4FA22CC5.3010107@gmail.com> Date: Thu, 03 May 2012 14:59:17 +0800 From: Wang Sheng-Hui MIME-Version: 1.0 To: Benjamin Herrenschmidt Subject: Re: [PATCH] powerpc: use local var instead of local_paca->irq_happened directly in __check_irq_replay References: <4FA1E527.1090807@gmail.com> <1336011306.2653.3.camel@pasglop> <1336018961.2653.11.camel@pasglop> <4FA226A8.1080903@gmail.com> In-Reply-To: <4FA226A8.1080903@gmail.com> Content-Type: text/plain; charset=UTF-8 Cc: Stephen Rothwell , linux-kernel@vger.kernel.org, Milton Miller , Anton Blanchard , linuxppc-dev@lists.ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On 2012年05月03日 14:33, Wang Sheng-Hui wrote: > if (unlikely(irq_happened != PACA_IRQ_HARD_DIS)) >> __hard_irq_disable(); I have commented out the 2 lines. FYI. thanks,