forked from Imagelibrary/rtems
2011-10-07 Ralf Corsépius <ralf.corsepius@rtems.org>
* shared/startup/bspstart.c: Comment out unused vars.
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
2011-10-07 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2011-10-07 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* shared/startup/bspstart.c: Comment out unused vars.
|
||||||
* shared/console/console.c: Remove stray local decl of "close".
|
* shared/console/console.c: Remove stray local decl of "close".
|
||||||
|
|
||||||
2011-08-31 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
2011-08-31 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||||
|
|||||||
@@ -143,8 +143,8 @@ void bsp_start( void )
|
|||||||
#endif
|
#endif
|
||||||
uintptr_t intrStackStart;
|
uintptr_t intrStackStart;
|
||||||
uintptr_t intrStackSize;
|
uintptr_t intrStackSize;
|
||||||
ppc_cpu_id_t myCpu;
|
/* ppc_cpu_id_t myCpu; */
|
||||||
ppc_cpu_revision_t myCpuRevision;
|
/* ppc_cpu_revision_t myCpuRevision; */
|
||||||
prep_t boardManufacturer;
|
prep_t boardManufacturer;
|
||||||
motorolaBoard myBoard;
|
motorolaBoard myBoard;
|
||||||
Triv121PgTbl pt=0;
|
Triv121PgTbl pt=0;
|
||||||
@@ -154,8 +154,8 @@ void bsp_start( void )
|
|||||||
* function store the result in global variables so that it can be used
|
* function store the result in global variables so that it can be used
|
||||||
* later...
|
* later...
|
||||||
*/
|
*/
|
||||||
myCpu = get_ppc_cpu_type();
|
/* myCpu = */ get_ppc_cpu_type();
|
||||||
myCpuRevision = get_ppc_cpu_revision();
|
/* myCpuRevision = */ get_ppc_cpu_revision();
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Init MMU block address translation to enable hardware access
|
* Init MMU block address translation to enable hardware access
|
||||||
|
|||||||
Reference in New Issue
Block a user