Changeset 5ce16e9 in rtems
- Timestamp:
- Sep 18, 2008, 5:45:04 PM (11 years ago)
- Branches:
- 4.10, 4.11, master
- Children:
- bcb9f8c3
- Parents:
- b8e42cd2
- Location:
- c/src/lib/libbsp/powerpc/score603e
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/powerpc/score603e/ChangeLog
rb8e42cd2 r5ce16e9 1 2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com> 2 3 * startup/bspstart.c: Remove unused variable. 4 1 5 2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com> 2 6 -
c/src/lib/libbsp/powerpc/score603e/startup/bspstart.c
rb8e42cd2 r5ce16e9 228 228 void bsp_start( void ) 229 229 { 230 unsigned char *work_space_start; 231 unsigned int msr_value = 0x0000; 232 uint32_t intrStackStart; 233 uint32_t intrStackSize; 234 volatile uint32_t *ptr; 235 ppc_cpu_id_t myCpu; 236 ppc_cpu_revision_t myCpuRevision; 230 unsigned int msr_value = 0x0000; 231 uint32_t intrStackStart; 232 uint32_t intrStackSize; 233 volatile uint32_t *ptr; 234 ppc_cpu_id_t myCpu; 235 ppc_cpu_revision_t myCpuRevision; 237 236 238 237 rtems_bsp_delay( 1000 );
Note: See TracChangeset
for help on using the changeset viewer.