OSDN Git Service

(none)
[hos/hos-v4a.git] / kernel / source / arch / irc / mips / jelly / vclr_int.c
index 29cd42e..c8f2d0c 100755 (executable)
@@ -22,8 +22,12 @@ ER vclr_int(INTNO intno)
                return E_PAR;
        }
        
+       *_KERNEL_IRC_ENABLE = 0;
+
        *_KERNEL_IRC_FACTOR_PENDING(intno) = 0;
 
+       *_KERNEL_IRC_ENABLE = 1;
+
        return E_OK;
 }