summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/threadready.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/threadready.c')
-rw-r--r--cpukit/score/src/threadready.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/cpukit/score/src/threadready.c b/cpukit/score/src/threadready.c
index 0eb00e6c05..d1e57a431a 100644
--- a/cpukit/score/src/threadready.c
+++ b/cpukit/score/src/threadready.c
@@ -1,6 +1,11 @@
-/*
- * Thread Handler / Thread Ready
+/**
+ * @file
*
+ * @brief Thread Ready
+ * @ingroup ScoreThread
+ */
+
+/*
* COPYRIGHT (c) 1989-2011.
* On-Line Applications Research Corporation (OAR).
*
@@ -27,11 +32,6 @@
#include <rtems/score/threadq.h>
#include <rtems/score/wkspace.h>
-/*
- * INTERRUPT LATENCY:
- * ready chain
- * select heir
- */
void _Thread_Ready(
Thread_Control *the_thread
)