Changeset 8ae999c3 in rtems


Ignore:
Timestamp:
12/09/13 21:28:55 (10 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.11, 5, master
Children:
967c1438
Parents:
327fbd6
git-author:
Joel Sherrill <joel.sherrill@…> (12/09/13 21:28:55)
git-committer:
Joel Sherrill <joel.sherrill@…> (12/10/13 01:50:55)
Message:

pthread.c: Use UINT32_MAX rather than constant value

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpukit/posix/src/pthread.c

    r327fbd6 r8ae999c3  
    139139   *  while at low priority.
    140140   */
    141   the_thread->cpu_time_budget = 0xFFFFFFFF; /* XXX should be based on MAX_U32 */
     141  the_thread->cpu_time_budget = UINT32_MAX;
    142142
    143143  new_priority = _POSIX_Priority_To_core(api->schedparam.sched_ss_low_priority);
Note: See TracChangeset for help on using the changeset viewer.