On Wed, Aug 08, 2007 at 11:03:17AM +0200, Martin Wilck wrote: > Hello Eric, > > > How bad is it if you just run with irqpoll in the kdump kernel? > > If running with irqpoll is usable that is probably preferable > > to putting in a hardware work around we can survive without. > > Yes, I tried that. No effect. > Martin, at least irpoll should have worked. I am assuming your timer interrupts are coming in second kernel. In that case we are not dependent at all on actually receiving device interrupt. Polling should take care of it. What is that device which is not working? What is the success criterion? I mean, did you check that the irq handler of your driver is now invoked with irqpoll and now it can drive the device without worrying about LAPIC and IOAPIC settings? Thanks Vivek