From 91f828411617247abde3f0ace64389bb2050f794 Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Sun, 13 Feb 2022 13:01:59 -0700 Subject: Unhook old mutex handles --- src/exceptions/svc.S | 1 - 1 file changed, 1 deletion(-) (limited to 'src/exceptions') diff --git a/src/exceptions/svc.S b/src/exceptions/svc.S index fc4653a..bebc417 100644 --- a/src/exceptions/svc.S +++ b/src/exceptions/svc.S @@ -75,7 +75,6 @@ svc_000005: // Release Mutex str r1, [r0, #0] dsb sev - // TODO: Branch to scheduler to awake threads awaiting mutex sub r0, #4 bl sched_mutex_resurrect ldmfd sp!, {r0-r12,lr} -- cgit v1.2.1