Enable interrupts again
This commit is contained in:
parent
b5e6e07701
commit
582a537575
|
@ -18,7 +18,5 @@ intr_disable:
|
||||||
.global intr_enable
|
.global intr_enable
|
||||||
.type intr_enable, @function
|
.type intr_enable, @function
|
||||||
intr_enable:
|
intr_enable:
|
||||||
#if 0 /* FIXME requires an interrupt handler */
|
|
||||||
sti
|
sti
|
||||||
#endif
|
|
||||||
ret
|
ret
|
||||||
|
|
Loading…
Reference in New Issue
Block a user