forked from Imagelibrary/rtems
ss555/startup/bspstart.c: Remove myCpu variables and clean up
This commit is contained in:
@@ -78,8 +78,6 @@ void _BSP_Fatal_error(unsigned int v)
|
||||
*/
|
||||
void bsp_start(void)
|
||||
{
|
||||
ppc_cpu_id_t myCpu;
|
||||
ppc_cpu_revision_t myCpuRevision;
|
||||
register unsigned char* intrStack;
|
||||
|
||||
/*
|
||||
@@ -87,8 +85,8 @@ void bsp_start(void)
|
||||
* function stores the result in global variables so that it can be used
|
||||
* later.
|
||||
*/
|
||||
myCpu = get_ppc_cpu_type();
|
||||
myCpuRevision = get_ppc_cpu_revision();
|
||||
get_ppc_cpu_type();
|
||||
get_ppc_cpu_revision();
|
||||
|
||||
/*
|
||||
* Initialize some SPRG registers related to irq handling
|
||||
|
||||
Reference in New Issue
Block a user