XHCI test sending noop command
This commit is contained in:
@@ -52,7 +52,7 @@ void cpu_request_sched (struct cpu* cpu, bool user) {
|
||||
return;
|
||||
}
|
||||
|
||||
lapic_ipi (cpu->lapic_id, CPU_REQUEST_SCHED);
|
||||
lapic_ipi (cpu->lapic_id, INTR_CPU_REQUEST_SCHED);
|
||||
}
|
||||
|
||||
struct cpu* cpu_find_lightest (void) {
|
||||
|
||||
Reference in New Issue
Block a user