2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>

* startup/bspstart.c: Remove unused variable.
This commit is contained in:
Joel Sherrill
2008-09-18 17:45:04 +00:00
parent b8e42cd203
commit 5ce16e9ea9
2 changed files with 10 additions and 7 deletions

View File

@@ -1,3 +1,7 @@
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
* startup/bspstart.c: Remove unused variable.
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
* include/bsp.h: Remove unnecessary boilerplate comments.

View File

@@ -227,13 +227,12 @@ void bsp_set_trap_vectors( void );
void bsp_start( void )
{
unsigned char *work_space_start;
unsigned int msr_value = 0x0000;
uint32_t intrStackStart;
uint32_t intrStackSize;
volatile uint32_t *ptr;
ppc_cpu_id_t myCpu;
ppc_cpu_revision_t myCpuRevision;
unsigned int msr_value = 0x0000;
uint32_t intrStackStart;
uint32_t intrStackSize;
volatile uint32_t *ptr;
ppc_cpu_id_t myCpu;
ppc_cpu_revision_t myCpuRevision;
rtems_bsp_delay( 1000 );