lkml.org 
[lkml]   [2008]   [Apr]   [1]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
DateTue, 1 Apr 2008 09:20:31 +0200 (CEST)
FromThomas Gleixner <>
SubjectRe: nobody cared about IRQ 19 (firewire, on a HP 2510p notebook)
On Mon, 31 Mar 2008, Martin Michlmayr wrote:
> * Thomas Gleixner <tglx@linutronix.de> [2008-03-31 12:17]:
> > > I've attached all of that information.
> > 
> > Do you have CONFIG_NET_POLL_CONTROLLER enabled in your .config ? If
> > yes, can you please disable it and check whether the problem persists ?
> 
> CONFIG_NET_POLL_CONTROLLER was indeed set.  When I disable it, the
> problem goes away.
> 
> What does that mean?

E1000e does in e1000_netpoll():

       disable_irq(adapter->pdev->irq); 
       ...
       enable_irq(adapter->pdev->irq); 
The network card interrupt is rerouted to a legacy interrupt on
irq_disable(), in your case irq 19.

Sigh, there is not much we can do about that...

@Jon: Any idea ? Can you please gather some more info about that
oddity. It will come back... :(

Thanks,

	tglx
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2008-04-01 09:23    [from the cache]
©2003-2008