ohci0 finally goes in operational mode -- silly confusion with
[ppcskel.git] / irq.c
diff --git a/irq.c b/irq.c
index 389ae75fc81358e79f6a5528c2e26799d573173b..fad24848b1ca26813e7e4c933ddd02b73679e366 100644 (file)
--- a/irq.c
+++ b/irq.c
@@ -157,5 +157,6 @@ u32 irq_kill() {
 
 void irq_restore(u32 cookie) {
        _CPU_ISR_Restore(cookie);
+       _CPU_ISR_Enable(); //wtf :/
 }