Re: Update: "nobody cared" on Toshiba Satellite A100

From: Len Brown
Date: Wed Nov 12 2008 - 02:53:23 EST




> > 2. try the irqpoll option
>
> I have compiled 2.6.27.4 with the spurious interrupt patch you provided,
> and I have booted it with the irqpoll option. Currently I am waiting for
> a "nobody cared" message.

When an interrupt arrives and linux finds no driver on that IRQ
willing to claim it, "irqpoll" causes Linux to search other IRQs
to find some other device driver that is looking for an interrupt.

So if the problem is that a device is provoking interrupts on the
wrong IRQ, you will not see the "nobody cared" message when
"irqpoll" is used.

> By the way, would I get any messages from the kernel if one of the IRQs
> was not handled properly and hence the functionality enabled by "irqpoll"
> was used?

No. irqpoll is silent.

-Len

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