Changeset ca756e9 in rtems
- Timestamp:
- 09/07/02 23:16:12 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 6373910
- Parents:
- 4e7ba21
- Location:
- c/src/lib/libbsp/powerpc/psim
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/powerpc/psim/ChangeLog
r4e7ba21 rca756e9 1 2002-09-07 Joel Sherrill <joel@OARcorp.com> 2 3 * clock/clock.c: Disabled use of fast idle since it seems broken 4 with gcc 3.2. 5 1 6 2002-08-21 Joel Sherrill <joel@OARcorp.com> 2 7 -
c/src/lib/libbsp/powerpc/psim/clock/clock.c
r4e7ba21 rca756e9 14 14 */ 15 15 16 #define CLOCK_DRIVER_USE_FAST_IDLE 16 /* #define CLOCK_DRIVER_USE_FAST_IDLE */ 17 17 18 18 #define CLOCK_VECTOR PPC_IRQ_DECREMENTER
Note: See TracChangeset
for help on using the changeset viewer.