From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx2.mail.elte.hu (mx2.mail.elte.hu [157.181.151.9]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 643A2DDEFC for ; Tue, 21 Oct 2008 18:34:11 +1100 (EST) Date: Tue, 21 Oct 2008 09:33:50 +0200 From: Ingo Molnar To: Benjamin Herrenschmidt Subject: Re: Bug in "genirq: record trigger type" Message-ID: <20081021073350.GA22351@elte.hu> References: <200810202205.m9KM5une024759@hera.kernel.org> <1224570730.7654.242.camel@pasglop> <86802c440810210022i75d3c081r8fc979386cdda9ce@mail.gmail.com> <20081021072857.GA333@elte.hu> <1224574343.7654.244.camel@pasglop> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1224574343.7654.244.camel@pasglop> Cc: David Brownell , Yinghai Lu , Linux Kernel Mailing List , linuxppc-dev list , Thomas Gleixner , Linus Torvalds List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , * Benjamin Herrenschmidt wrote: > On Tue, 2008-10-21 at 09:28 +0200, Ingo Molnar wrote: > > > From: Chris Friesen > > Date: Mon, 20 Oct 2008 12:41:58 -0600 > > Subject: [PATCH] genirq: fix set_irq_type() when recording trigger type > > > > In set_irq_type() we want to pass the type rather than the current > > interrupt state. > > > > Signed-off-by: Chris Friesen > > Signed-off-by: Ingo Molnar > > Acked-by: Benjamin Herrenschmidt thx, added your ack to the commit as well. Ingo