]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - lib_m68k/interrupts.c
ColdFire: Add M5253EVBE platform for MCF52x2
[people/ms/u-boot.git] / lib_m68k / interrupts.c
old mode 100644 (file)
new mode 100755 (executable)
index 8919c0e..1635d6f
@@ -106,8 +106,6 @@ void int_handler (struct pt_regs *fp)
        vec = (fp->vector >> 2) & 0xff;
        if (vec > 0x40)
                vec -= 0x40;
-       else
-               return;
 
        if (irq_vecs[vec].handler != NULL) {
                irq_vecs[vec].handler (irq_vecs[vec].arg);