From 6be4e656cbf575dbcba95de4e99183586aa88ffe Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sat, 22 Oct 2022 18:39:57 +0300 Subject: create impl and CAP_PROC checking --- include/apos/caps.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/apos/caps.h') diff --git a/include/apos/caps.h b/include/apos/caps.h index b64b05a..e8ef76b 100644 --- a/include/apos/caps.h +++ b/include/apos/caps.h @@ -22,9 +22,6 @@ enum { /** Thread is allowed to force interrupt to callback in other thread. */ CAP_CALL = (1 << 2), - - /** Thread is allowed to assign threads to processors. */ - CAP_ASSIGN = (1 << 3), }; /** -- cgit v1.3