mpc8349e-mitx 2.6.25 serial IRQ assigned wrong

Timur Tabi timur at freescale.com
Thu Mar 5 09:21:26 EST 2009


On Tue, Mar 3, 2009 at 11:39 PM, Steve DeLaney <onramp123 at yahoo.com> wrote:

> For the mpc8349e-mitx this must be incorrect since there is no ISA?

That doesn't matter.  We want the code to be as common as possible.
The actual virtual IRQ value is irrelevant.  The OF code gives you a
virq number, and you just use that.  Any code or board design that
depends on any relationship between the virq and the hwirq is broken.

> Essentially all that is needed is a 1:1 mapping hirq:virq since

Needed for who?

> For now we simply define irq.h NUM_ISA_INTERRUPTS 0

This is a bad idea.  You will just break something else.

-- 
Timur Tabi
Linux kernel developer at Freescale



More information about the Linuxppc-dev mailing list