[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <480BF00D.9090700@garzik.org>
Date: Sun, 20 Apr 2008 21:38:21 -0400
From: Jeff Garzik <jeff@...zik.org>
To: Alan Cox <alan@...hat.com>, R.E.Wolff@...Wizard.nl
CC: Andrew Morton <akpm@...ux-foundation.org>,
LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 05/15] drivers/char: minor irq handler cleanups
Alan Cox wrote:
> On Fri, Apr 18, 2008 at 07:22:51PM -0400, Jeff Garzik wrote:
>> +++ b/drivers/char/cyclades.c
>> if (unlikely(!ISZLOADED(*cinfo))) {
>> #ifdef CY_DEBUG_INTERRUPTS
>> - printk(KERN_DEBUG "cyz_interrupt: board not yet loaded "
>> - "(IRQ%d).\n", irq);
>> + printk(KERN_DEBUG "cyz_interrupt: board not yet loaded\n");
>
> If you are debugging IRQ funnies you really really want to know which
> IRQ or which port.
>
> Ack the rest on the base the __foo_interrupt uglies will go away with the
> final change over. A follow up patch to tweak cyclades would be useful and also
> to know from Andrew if these are going in so they don't clash with the coding
> style cleanups also queued.
In the stuff I pushed just now, I took the attitude "if there was
remotely a peep from anyone, do not send it"
So the stuff ya'll mentioned shouldn't be in the push at all.
In particular, I wanted to note the __foo_interrupt stuff will not go
away when I remove the 'irq' arg from all handlers... we still need to
indicate two separate callsites (local poll or system irq) to achieve
the same behavior as exists today.
Jeff
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists