Change order of sending EOI to PIC, works with -enable-kvm now
This commit is contained in:
@ -253,10 +253,8 @@ void proc_killself(void) {
|
||||
proc_kill(proc);
|
||||
}
|
||||
|
||||
int proc_intr(IntrStackFrame *frame) {
|
||||
intr_pic_eoi();
|
||||
void proc_intr(IntrStackFrame *frame) {
|
||||
proc_sched(frame);
|
||||
return 0;
|
||||
}
|
||||
|
||||
void proc_init(void) {
|
||||
|
||||
Reference in New Issue
Block a user