Remove mail-related fields from struct proc, suspension queue can now have user data
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 2m57s
Build documentation / build-and-deploy (push) Successful in 1m40s

This commit is contained in:
2026-04-01 01:17:39 +02:00
parent 12fa3ee11b
commit eeb120bc38
9 changed files with 42 additions and 27 deletions

View File

@@ -203,7 +203,7 @@ DEFINE_DEVICE_OP (ps2kb_read_key) {
return -ST_PERMISSION_ERROR;
}
proc_sq_suspend (proc, &ps2kb_sq, &ps2kb_ringbuffer_lock, frb, rctx);
proc_sq_suspend (proc, &ps2kb_sq, &ps2kb_ringbuffer_lock, frb, rctx, NULL, NULL);
return ST_OK;
}