From cb8bda987f2174899e5c5b1aef2decc3958385c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20M=C3=BCller?= Date: Tue, 5 Jul 2022 18:56:07 +0200 Subject: [PATCH] Removed TODO for class thread. --- src/mx/system/thread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mx/system/thread.h b/src/mx/system/thread.h index c4bc2c6..7e1e8b2 100644 --- a/src/mx/system/thread.h +++ b/src/mx/system/thread.h @@ -9,7 +9,7 @@ namespace mx::system { * Encapsulates methods for thread access. */ /* Deprecated for Genode */ -/* TODO: mx::system::thread : Replace POSIX-style thread pinning with Genode thread affinities */ +/* Done: mx::system::thread : Replace POSIX-style thread pinning with Genode thread affinities */ class thread {