2011-10-07 Ralf Corsépius <ralf.corsepius@rtems.org>

* shared/startup/bspstart.c: Comment out unused vars.
This commit is contained in:
Ralf Corsepius
2011-10-07 14:29:38 +00:00
parent 100446d412
commit 591e964eb8
2 changed files with 5 additions and 4 deletions

View File

@@ -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>

View File

@@ -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