9os

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 90c0cbf4f1ea96e67116f5dbbc7f2d65de970bec
parent ea321da71a1afff2ba1c50278d557b2df51a3080
Author: Roberto E. Vargas Caballero <roberto.vargas@midokura.com>
Date:   Thu, 17 Nov 2022 10:36:32 +0100

os9/hosted: Remove mutex cleaning

This cleaning is not neede anymore and it was generating a panic.

Diffstat:
Msrc/os9/hosted/ctx.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/os9/hosted/ctx.c b/src/os9/hosted/ctx.c @@ -3,7 +3,6 @@ int dupctx(Task *tp) { - tp->m = 0; tp->ctx.entry = proc->ctx.entry; return 1;