commit | 277c5e3e26cac45010f57a581c56476639b2cfa0 | [log] [tgz] |
---|---|---|
author | Greg Ungerer <gerg@uclinux.org> | Wed Apr 29 12:07:13 2009 +1000 |
committer | Greg Ungerer <gerg@uclinux.org> | Wed Sep 16 09:43:42 2009 +1000 |
tree | fbc4465582bba19a2045eb72c870cde044a5f558 | |
parent | 1f946533bb562f5144752ea583cac45e9410fdaa [diff] |
m68knommu: general interrupt controller for ColdFire 532x parts The ColdFire 532x family of parts uses 2 of the same INTC interrupt controlers used in the ColdFire 520x family. So modify the code to support both parts. The extra code for the second INTC controler in the case of the 520x is easily optimized away to nothing. Signed-off-by: Greg Ungerer <gerg@uclinux.org>