Handle IRQs inside the kernel
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m42s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m42s
This commit is contained in:
@@ -146,7 +146,7 @@ static int32_t ps2kb_keycode (void) {
|
||||
return c;
|
||||
}
|
||||
|
||||
static void ps2kb_irq (void* arg, void* regs, struct reschedule_ctx* rctx) {
|
||||
static void ps2kb_irq (void* arg, void* regs, bool user, struct reschedule_ctx* rctx) {
|
||||
(void)arg, (void)regs;
|
||||
uint64_t frb, fsq;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user