m68knommu: map ColdFire interrupts to correct masking bits
authorGreg Ungerer <gerg@uclinux.org>
Fri, 22 May 2009 03:33:35 +0000 (13:33 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Tue, 15 Sep 2009 23:43:52 +0000 (09:43 +1000)
The older simple ColdFire interrupt controller has no one-to-one mapping
of interrupt numbers to bits in the interrupt mask register. Create a
mapping array that each ColdFire CPU type can populate with its available
interrupts and the bits that each use in the interrupt mask register.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>

No differences found