Fix interrupts not working with -enable-kvm
This commit is contained in:
@ -256,7 +256,7 @@ void proc_killself(void) {
|
||||
int proc_intr(IntrStackFrame *frame) {
|
||||
intr_pic_eoi();
|
||||
proc_sched(frame);
|
||||
return INTR_NOEOI;
|
||||
return 0;
|
||||
}
|
||||
|
||||
void proc_init(void) {
|
||||
|
||||
Reference in New Issue
Block a user