From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964951AbVKVO2F (ORCPT ); Tue, 22 Nov 2005 09:28:05 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S964950AbVKVO2F (ORCPT ); Tue, 22 Nov 2005 09:28:05 -0500 Received: from pentafluge.infradead.org ([213.146.154.40]:28305 "EHLO pentafluge.infradead.org") by vger.kernel.org with ESMTP id S964951AbVKVO2D (ORCPT ); Tue, 22 Nov 2005 09:28:03 -0500 Date: Tue, 22 Nov 2005 14:27:55 +0000 From: Christoph Hellwig To: Matthew Wilcox Cc: Linus Torvalds , Andrew Morton , Ingo Molnar , linux-kernel@vger.kernel.org, Russell King , Ian Molton , David Howells , Benjamin Herrenschmidt , Paul Mackerras Subject: Re: [PATCH 2/5] Ensure NO_IRQ is appropriately defined on all architectures Message-ID: <20051122142755.GA28239@infradead.org> Mail-Followup-To: Christoph Hellwig , Matthew Wilcox , Linus Torvalds , Andrew Morton , Ingo Molnar , linux-kernel@vger.kernel.org, Russell King , Ian Molton , David Howells , Benjamin Herrenschmidt , Paul Mackerras References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i X-SRS-Rewrite: SMTP reverse-path rewritten from by pentafluge.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Nov 22, 2005 at 12:19:06AM -0500, Matthew Wilcox wrote: > Add a default definition of NO_IRQ to and make the > definition in uniform across all architectures which > define it. Please put the definition into and , hardirq.h is rather misnamed and about the internal irq/softirq/preempt mask mechanisms.