Changeset 79aaec8 in rtems for c/src/lib/libbsp/hppa1.1


Ignore:
Timestamp:
09/21/95 17:47:06 (28 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
cda7ecc
Parents:
be650a84
Message:

Fixed problem in fast_idle_switch_hook

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/hppa1.1/simhppa/startup/bspstart.c

    rbe650a84 r79aaec8  
    8989    if (heir_task == _Internal_threads_Idle_thread)
    9090        CPU_HPPA_CLICKS_PER_TICK = fast_clock;
    91     else if (heir_task == _Internal_threads_Idle_thread)
     91    else if (current_task == _Internal_threads_Idle_thread)
    9292        CPU_HPPA_CLICKS_PER_TICK = normal_clock;
    9393}
Note: See TracChangeset for help on using the changeset viewer.