commit | f2154bef817ac3d0ea67b52526fd8e88898b66f9 | [log] [tgz] |
---|---|---|
author | Greg Ungerer <gerg@uclinux.org> | Tue May 19 14:38:08 2009 +1000 |
committer | Greg Ungerer <gerg@uclinux.org> | Wed Sep 16 09:43:50 2009 +1000 |
tree | 3ffa5cf5c3ec82a59f75728a580bd9332a32ebee | |
parent | 5187995f0a9253e915dfee83684eae7b692213e6 [diff] |
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>