From e9418d9eb3de66dcd4dfc6641ed412f47e4afb97 Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Sat, 19 Mar 2022 17:32:10 -0700 Subject: Removed old comments --- src/util/lock.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/util') diff --git a/src/util/lock.c b/src/util/lock.c index 50091b0..c9fe654 100644 --- a/src/util/lock.c +++ b/src/util/lock.c @@ -3,8 +3,6 @@ #include #include -// TODO: Improve locking for system -// 1. Deadlock prevention by going through mutex list void lock(struct Lock* l) { unsigned long mode = getmode() & 0x1F; -- cgit v1.2.1