Changeset ef900ab in rtems
- Timestamp:
- 03/07/18 12:01:19 (5 years ago)
- Branches:
- 5, master
- Children:
- d39cc068
- Parents:
- a4151d0
- git-author:
- Sebastian Huber <sebastian.huber@…> (03/07/18 12:01:19)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (03/07/18 12:03:36)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/include/rtems/capture.h
ra4151d0 ref900ab 889 889 rtems_capture_task_real_priority (rtems_tcb* tcb) 890 890 { 891 return tcb->Real_priority.priority;891 return SCHEDULER_PRIORITY_UNMAP (tcb->Real_priority.priority); 892 892 } 893 893 … … 904 904 rtems_capture_task_curr_priority (rtems_tcb* tcb) 905 905 { 906 return _Thread_Get_priority (tcb);906 return SCHEDULER_PRIORITY_UNMAP (_Thread_Get_priority (tcb)); 907 907 } 908 908
Note: See TracChangeset
for help on using the changeset viewer.