Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 9 Sep 2002 05:57:36 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 9 Sep 2002 05:57:36 -0400 Received: from mx1.elte.hu ([157.181.1.137]:17360 "HELO mx1.elte.hu") by vger.kernel.org with SMTP id ; Mon, 9 Sep 2002 05:57:36 -0400 Date: Mon, 9 Sep 2002 12:06:26 +0200 (CEST) From: Ingo Molnar Reply-To: Ingo Molnar To: Linus Torvalds Cc: Zwane Mwaikambo , Robert Love , Linux Kernel Subject: Re: [PATCH][RFC] per isr in_progress markers In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 856 Lines: 23 On Sun, 8 Sep 2002, Linus Torvalds wrote: > As far as I can tell, the only time when this might be an advantage is > an SMP machine with multiple devices sharing an extremely busy irq line. > Then the per-isr in-progress bit allows multiple CPU's to actively > handle several of the devices at the same time. > > Or is there some other case where this is helpful? it could also improve latency of a faster interrupt source that shares its irq line with a slow (but still frequent) handler. (such as SCSI or ne2k.) This is both on UP and on SMP. although this might be less of an issue these days. Ingo - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/