From: <cah...@po...> - 2002-09-24 12:58:56
|
On Tue, 24 Sep 2002, Geert Uytterhoeven wrote: > > I don't know how, but my kernel's started booting. I modified kernel as > > you said: > > > > __restore_flags(flags); /* local CPU only */ > > if (hwif->hw.ack_intr && hwif->irq) > > { > > hwif->hw.ack_intr(hwif); > > enable_irq(hwif->irq); > > } > > Nice! > > You're using an A1200? Probably because gayle_ack_intr_a1200() has to do more > than gayle_ack_intr_a4000(). Yes. It's A1200 specific problem. Regards Krystian Baclawski |