Re: [PATCH] IB/ehca: Serialize HCA-related hCalls if necessary

From: Roland Dreier
Date: Wed Dec 12 2007 - 15:29:27 EST


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...
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/