commit | 5187995f0a9253e915dfee83684eae7b692213e6 | [log] [tgz] |
---|---|---|
author | Greg Ungerer <gerg@uclinux.org> | Tue May 19 14:08:47 2009 +1000 |
committer | Greg Ungerer <gerg@uclinux.org> | Wed Sep 16 09:43:50 2009 +1000 |
tree | e2dffc82a6c4906a6a8304fc210f7e8f93fdc15b | |
parent | 5938084bd8843490a4493d19fb108df70d87df2d [diff] |
m68knommu: remove duplicate ColdFire mcf_autovector() code Each of the ColdFire CPU platform code that used the old style interrupt controller had its own copy of the mcf_autovector() function. They are all the same, remove them all and create a single function in the common coldfire/intc.c code. Signed-off-by: Greg Ungerer <gerg@uclinux.org>