From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <17799.31574.736052.865096@cargo.ozlabs.ibm.com> Date: Tue, 19 Dec 2006 16:40:38 +1100 From: Paul Mackerras To: Johannes Berg Subject: Re: [PATCH 3/3] powerpc: fix comment in kernel/irq.c In-Reply-To: <20061213123945.859071000@sipsolutions.net> References: <20061213123819.403286000@sipsolutions.net> <20061213123945.859071000@sipsolutions.net> Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Johannes Berg writes: > kernel/irq.c contains a comment that speaks of -1 and -2 as interrupt > numbers, but this is actually dependent on configuration options now. > Replace by NO_IRQ and NO_IRQ_ENABLED. Hmmm, NO_IRQ has to be 0, if anything, per decree of the head penguin. Paul.