]> nv-tegra.nvidia Code Review - linux-2.6.git/commit - arch/m68knommu/platform
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)
commit39f0fb6a3448cfc316e0d5295ed1b121db50037e
tree657db8073835e8d499708a898a36f1d3a1e39a32
parentf6a66276f5fdc018d2a9378c71de3bae13c588d7
m68knommu: map ColdFire interrupts to correct masking bits

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>
arch/m68k/include/asm/mcfintc.h
arch/m68knommu/platform/5206/config.c
arch/m68knommu/platform/5206e/config.c
arch/m68knommu/platform/5249/config.c
arch/m68knommu/platform/5307/config.c
arch/m68knommu/platform/5407/config.c
arch/m68knommu/platform/coldfire/intc.c