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>
|
||||
|
||||
* shared/startup/bspstart.c: Comment out unused vars.
|
||||
* shared/console/console.c: Remove stray local decl of "close".
|
||||
|
||||
2011-08-31 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
@@ -143,8 +143,8 @@ void bsp_start( void )
|
||||
#endif
|
||||
uintptr_t intrStackStart;
|
||||
uintptr_t intrStackSize;
|
||||
ppc_cpu_id_t myCpu;
|
||||
ppc_cpu_revision_t myCpuRevision;
|
||||
/* ppc_cpu_id_t myCpu; */
|
||||
/* ppc_cpu_revision_t myCpuRevision; */
|
||||
prep_t boardManufacturer;
|
||||
motorolaBoard myBoard;
|
||||
Triv121PgTbl pt=0;
|
||||
@@ -154,8 +154,8 @@ void bsp_start( void )
|
||||
* function store the result in global variables so that it can be used
|
||||
* later...
|
||||
*/
|
||||
myCpu = get_ppc_cpu_type();
|
||||
myCpuRevision = get_ppc_cpu_revision();
|
||||
/* myCpu = */ get_ppc_cpu_type();
|
||||
/* myCpuRevision = */ get_ppc_cpu_revision();
|
||||
|
||||
/*
|
||||
* Init MMU block address translation to enable hardware access
|
||||
|
||||
Reference in New Issue
Block a user