lkml.org 
[lkml]   [2008]   [Apr]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
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


\
 
 \ /
  Last update: 2008-04-01 09:23    [W:0.804 / U:0.156 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site