Added comment to make sure Classic API priority to Core priority

is added in the future.
This commit is contained in:
Joel Sherrill
1999-11-02 15:35:58 +00:00
parent 3ba754e136
commit 861e94d98a
2 changed files with 2 additions and 0 deletions

View File

@@ -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;