Changeset f599af0 in rtems
- Timestamp:
- 08/16/01 19:38:05 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 78796bb
- Parents:
- 0a51f80
- Location:
- c/src/lib/libbsp/powerpc/psim
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/powerpc/psim/clock/clock.c
r0a51f80 rf599af0 35 35 PPC_DECREMENTER_CLICKS = (unsigned int)&PSIM_INSTRUCTIONS_PER_MICROSECOND; \ 36 36 PPC_DECREMENTER_CLICKS *= rtems_configuration_get_microseconds_per_tick(); \ 37 PPC_DECREMENTER_CLICKS = 1000;\37 /* PPC_DECREMENTER_CLICKS = 5000; */ \ 38 38 } while(0) 39 39 -
c/src/lib/libbsp/powerpc/psim/startup/linkcmds
r0a51f80 rf599af0 65 65 *(.gnu.warning) 66 66 } >RAM 67 .init : { *(.init) } >RAM68 .fini : { *(.fini) } >RAM67 .init : { __init = .; *(.init) } >RAM 68 .fini : { __fini = .; *(.fini) } >RAM 69 69 .rodata : { *(.rodata) *(.gnu.linkonce.r*) } >RAM 70 70 .rodata1 : { *(.rodata1) } >RAM
Note: See TracChangeset
for help on using the changeset viewer.