Catch stream heisenbug, initialize scheduler IRQs before smp_init (), reduce stream max size
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m29s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m29s
This commit is contained in:
@@ -120,7 +120,7 @@ struct proc_resource* proc_create_resource_stream (struct procgroup* procgroup)
|
||||
|
||||
resource->lock = SPIN_LOCK_INIT;
|
||||
resource->ops.cleanup = &proc_cleanup_resource_stream;
|
||||
resource->u.mail.resource = resource;
|
||||
resource->u.stream.resource = resource;
|
||||
resource->type = PR_STREAM;
|
||||
|
||||
if (!ringbuffer_init (&resource->u.stream.ringbuffer, PROC_STREAM_MAX, 1)) {
|
||||
|
||||
Reference in New Issue
Block a user