From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Mosberger Date: Mon, 29 Dec 2003 20:23:16 +0000 Subject: Re: [PATCH] - ia64_ctx.lock deadlock Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org >>>>> On Sat, 27 Dec 2003 08:27:22 -0600, Jack Steiner said: Jack> I hit a deadlock involving the ia64_ctx.lock. The lock may be Jack> taken in interrupt context to process an IPI from Jack> smp_flush_tlb_mm. The patch looks correct to me. Thanks, --david