Changeset 79aaec8 in rtems for c/src/lib/libbsp/hppa1.1
- Timestamp:
- 09/21/95 17:47:06 (28 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- cda7ecc
- Parents:
- be650a84
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/hppa1.1/simhppa/startup/bspstart.c
rbe650a84 r79aaec8 89 89 if (heir_task == _Internal_threads_Idle_thread) 90 90 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) 92 92 CPU_HPPA_CLICKS_PER_TICK = normal_clock; 93 93 }
Note: See TracChangeset
for help on using the changeset viewer.