From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964948AbVKVOUM (ORCPT ); Tue, 22 Nov 2005 09:20:12 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S964949AbVKVOUL (ORCPT ); Tue, 22 Nov 2005 09:20:11 -0500 Received: from palinux.external.hp.com ([192.25.206.14]:27792 "EHLO palinux.hppa") by vger.kernel.org with ESMTP id S964948AbVKVOUK (ORCPT ); Tue, 22 Nov 2005 09:20:10 -0500 Date: Tue, 22 Nov 2005 07:20:09 -0700 From: Matthew Wilcox To: Linus Torvalds , Andrew Morton Cc: Ingo Molnar , linux-kernel@vger.kernel.org, Russell King , Ian Molton , David Howells , Benjamin Herrenschmidt , Paul Mackerras , Matthew Wilcox Subject: Re: [PATCH 2/5] Ensure NO_IRQ is appropriately defined on all architectures Message-ID: <20051122142009.GL1598@parisc-linux.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.9i 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. I don't like this patch in the cold light of day, since I made the include mess worse than it already is. Updated patch to follow.