commit | f1fc6645a4d2cb944320ce8ed1e40f88059779e1 | [log] [tgz] |
---|---|---|
author | Manuel Lauss <manuel.lauss@googlemail.com> | Tue Oct 13 20:26:31 2009 +0200 |
committer | Ralf Baechle <ralf@linux-mips.org> | Sat Feb 27 12:52:53 2010 +0100 |
tree | bd2d87cbf0bb729f7d3ee65c7e234e663c2fda8e | |
parent | 788144656b8a862e724a1296e64ab6375eb541ed [diff] |
MIPS: Alchemy: reduce size of irq dispatcher By replacing an extra do_IRQ with a goto, the assembly shrinks from 260 to 212 bytes (gcc-4.3.4). Signed-off-by: Manuel Lauss <manuel.lauss@gmail.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>