Index: kernel/arch/ppc32/src/interrupt.c
===================================================================
--- kernel/arch/ppc32/src/interrupt.c	(revision bab75df6bdac0b39185034277416374a06d4b37f)
+++ kernel/arch/ppc32/src/interrupt.c	(revision 9be2358aadbef3865ee2b3ab546d8b1f56d79cd6)
@@ -141,4 +141,6 @@
 			    " (inum=%" PRIu8 ")", CPU->id, inum);
 #endif
+			pic_ack_interrupt(NULL, inum);
+			break;
 		}
 	}
