summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-02 15:35:58 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-02 15:35:58 +0000
commit861e94d98a166ffe061925d0a86f4d6af5221206 (patch)
treefdcdaf56de41c3389f1aab68cf9af3c431aca375 /cpukit/rtems/src
parentAdded comments for _RTEMS_tasks_Create_extension, (diff)
downloadrtems-861e94d98a166ffe061925d0a86f4d6af5221206.tar.bz2
Added comment to make sure Classic API priority to Core priority
is added in the future.
Diffstat (limited to 'cpukit/rtems/src')
-rw-r--r--cpukit/rtems/src/tasksetpriority.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpukit/rtems/src/tasksetpriority.c b/cpukit/rtems/src/tasksetpriority.c
index 546ea3d537..469dde3ee4 100644
--- a/cpukit/rtems/src/tasksetpriority.c
+++ b/cpukit/rtems/src/tasksetpriority.c
@@ -83,6 +83,7 @@ rtems_status_code rtems_task_set_priority(
return RTEMS_INVALID_ID;
case OBJECTS_LOCAL:
+ /* XXX convert from core priority */
*old_priority = the_thread->current_priority;
if ( new_priority != RTEMS_CURRENT_PRIORITY ) {
the_thread->real_priority = new_priority;