Unused variables
This commit is contained in:
@@ -330,7 +330,7 @@ void proc_wait_for (struct proc* proc, struct reschedule_ctx* rctx, struct proc*
|
||||
}
|
||||
|
||||
static void proc_irq_sched (void* arg, void* regs, bool user, struct reschedule_ctx* rctx) {
|
||||
(void)arg, (void)regs, (void)rctx;
|
||||
(void)arg, (void)regs, (void)rctx, (void)user;
|
||||
|
||||
rctx_insert_cpu (rctx, thiscpu);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user