summaryrefslogtreecommitdiff
path: root/cts/mutex
diff options
context:
space:
mode:
Diffstat (limited to 'cts/mutex')
-rw-r--r--cts/mutex/cts.tasklist10
1 files changed, 1 insertions, 9 deletions
diff --git a/cts/mutex/cts.tasklist b/cts/mutex/cts.tasklist
index 32cfb865b9..3387e1de09 100644
--- a/cts/mutex/cts.tasklist
+++ b/cts/mutex/cts.tasklist
@@ -4,15 +4,7 @@
*/
/**
- * List of enabled tasks in the priority order
- *
- * The first one has the lowest priority.
- *
- * For each task, use the macro TASK_ALWAYS(n, r, d, s) where :
- * 'n' in the name of the task
- * 'r' in the main routine of the task
- * 'd' in an opaque parameter passed to the routine at startup
- * 's' is the stack size in bytes; must be a multiple of 8
+ * See CONFIG_TASK_LIST in config.h for details.
*/
#define CONFIG_CTS_TASK_LIST \
TASK_ALWAYS(MTX3C, mutex_random_task, NULL, 384) \