]> bbs.cooldavid.org Git - net-next-2.6.git/commit
m68knommu: merge old ColdFire interrupt controller masking macros
authorGreg Ungerer <gerg@uclinux.org>
Tue, 19 May 2009 04:38:08 +0000 (14:38 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Tue, 15 Sep 2009 23:43:50 +0000 (09:43 +1000)
commitf2154bef817ac3d0ea67b52526fd8e88898b66f9
tree3ffa5cf5c3ec82a59f75728a580bd9332a32ebee
parent5187995f0a9253e915dfee83684eae7b692213e6
m68knommu: merge old ColdFire interrupt controller masking macros

Currently the code that supports setting the old style ColdFire interrupt
controller mask registers is macros in the include files of each of the
CPU types. Merge all these into a set of real masking functions in the
old Coldfire interrupt controller code proper. All the macros are basically
the same (excepting a register size difference on really early parts).

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
arch/m68k/include/asm/m5206sim.h
arch/m68k/include/asm/m5249sim.h
arch/m68k/include/asm/m5307sim.h
arch/m68k/include/asm/m5407sim.h
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