From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sj-iport-2.cisco.com (sj-iport-2-in.cisco.com [171.71.176.71]) by ozlabs.org (Postfix) with ESMTP id CB308DDFDD for ; Thu, 13 Dec 2007 07:29:15 +1100 (EST) To: Joachim Fenkes Subject: Re: [PATCH] IB/ehca: Serialize HCA-related hCalls if necessary References: <200712101859.11218.fenkes@de.ibm.com> From: Roland Dreier Date: Wed, 12 Dec 2007 12:29:09 -0800 In-Reply-To: <200712101859.11218.fenkes@de.ibm.com> (Joachim Fenkes's message of "Mon, 10 Dec 2007 18:59:10 +0100") Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Arnd Bergmann , LKML , OF-EWG , LinuxPPC-Dev , Christoph Raisch , Marcus Eder , OF-General , Stefan Roscher List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , thanks, applied. With your next batch of patches for 2.6.25, could you clean up: > --- a/drivers/infiniband/hw/ehca/hcp_if.c > +++ b/drivers/infiniband/hw/ehca/hcp_if.c > @@ -89,6 +89,7 @@ > #define HCALL9_REGS_FORMAT HCALL7_REGS_FORMAT " r11=%lx r12=%lx" > > static DEFINE_SPINLOCK(hcall_lock); > +extern int ehca_lock_hcalls; and move that extern declaration into an appropriate header file? Thanks...