Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 10 Sep 2002 11:01:54 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 10 Sep 2002 11:01:54 -0400 Received: from dell-paw-3.cambridge.redhat.com ([195.224.55.237]:61938 "EHLO passion.cambridge.redhat.com") by vger.kernel.org with ESMTP id ; Tue, 10 Sep 2002 11:01:53 -0400 X-Mailer: exmh version 2.5 13/07/2001 with nmh-1.0.4 From: David Woodhouse X-Accept-Language: en_GB In-Reply-To: References: To: Ingo Molnar Cc: Zwane Mwaikambo , Linus Torvalds , Robert Love , Linux Kernel Subject: Re: [PATCH][RFC] per isr in_progress markers Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 10 Sep 2002 16:05:08 +0100 Message-ID: <11228.1031670308@redhat.com> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 710 Lines: 20 mingo@elte.hu said: > this is something i have a 0.5 MB patch for that touches a few > hundred drivers. I can dust it off if there's demand - it will break > almost nothing because i've done the hard work of adding the default > 'no work was done' bit to every driver's IRQ handler. Note that you can also survive IRQ storms this way -- if all handlers returned 'no work was done' and you get over $N irqs per second, disable that IRQ for a while. -- dwmw2 - 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/