One thing to look at... On 8260 at least, I had to change use of request_irq in a PCI init function to setup_irq() Setup_irq is meant to be called before kmalloc works.
> -----Original Message----- > From: linuxppc-embedded-bounces at ozlabs.org > [mailto:linuxppc-embedded-bounces at ozlabs.org] On Behalf Of > Pantelis Antoniou > Sent: Friday, October 29, 2004 09:23 > To: Tom Rini > Cc: Joakim Tjernlund; linuxppc-embedded at ozlabs.org > Subject: Re: Merge 8xx to Linus tree? > > > Tom Rini wrote: > > [snip] > > >In 2.6.10-rc1 release? No. In linuxppc-2.5? Now, yes. The changes > >came from Randy Vinson, to make request_irq() / > >openpic_hookup_cascade() calls become arch_initcalls() which > fixed at > >least some platforms. I would guess 8xx will need something similar. > > > > > > > In linuxppc-2.5 yes. > > Just trying to catch up after my small period of absence... > > Regards > > Pantelis > > _______________________________________________ > Linuxppc-embedded mailing list > Linuxppc-embedded at ozlabs.org > https://ozlabs.org/mailman/listinfo/linuxppc-embedded > >