From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Zijlstra Subject: Re: [RFC][PATCH] irq: remove IRQF_DISABLED Date: Mon, 02 Mar 2009 18:56:51 +0100 Message-ID: <1236016611.5330.971.camel@laptop> References: <1235996477.5330.174.camel@laptop> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: Received: from casper.infradead.org ([85.118.1.10]:53849 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754397AbZCBR5D (ORCPT ); Mon, 2 Mar 2009 12:57:03 -0500 In-Reply-To: Sender: linux-arch-owner@vger.kernel.org List-ID: To: Linus Torvalds Cc: Ingo Molnar , Thomas Gleixner , lkml , linux-arch , Andrew Morton On Mon, 2009-03-02 at 09:11 -0800, Linus Torvalds wrote: > So this is not as simple as your patch. Not even _nearly_. Yuckness, yes that does complicate matters significantly. That leaves us trying to find all request_irq() invocations that do not have IRQF_DISABLED.. /me puts it on the todo list.