2.5 and request_8xxirq

Pantelis Antoniou panto at intracom.gr
Thu Jan 16 02:13:57 EST 2003


Allen Curtis wrote:

>Just use request_irq() instead....
>
Sure, could you please elaborate a little bit?

I'm asking because by looking at the posted patch,
while the replacement is straight-forward for
request_8xxirq -> request_irq, there is also
the replacement of cpm_install_handler with
request_irq.

AFAIK the replacement is something like this:

cpm_install_handler(irqno, handler, ...) ->
   request_irq(CPM_IRQ_OFFSET + irqno, handler, ...)

CPM_IRQ_OFFSET is nowhere to be found.

Could someone clear this up?

Thanks

>>I'm in the process of porting my board based on a MPC850
>>from 2.4 to 2.5 and it appears that request_8xxirq is gone.
>>
>
>
>


** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/





More information about the Linuxppc-embedded mailing list