2007-02-09 Ralf Corsépius <ralf.corsepius@rtems.org>

* shmsupp/getcfg.c: Comment out npu (Unused).
This commit is contained in:
Ralf Corsepius
2007-02-09 14:53:16 +00:00
parent d87efdf8e0
commit 7be0ca25d2
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2007-02-09 Ralf Corsépius <ralf.corsepius@rtems.org>
* shmsupp/getcfg.c: Comment out npu (Unused).
2006-12-12 Ralf Corsépius <ralf.corsepius@rtems.org>
* console/debugputs.c, shmsupp/getcfg.c, shmsupp/lock.c,

View File

@@ -86,7 +86,7 @@ void Shm_Get_configuration(
{
extern rtems_configuration_table Configuration;
int i;
unsigned int tmp, ncpu;
unsigned int tmp /* , ncpu */;
BSP_shm_cfgtbl.base = 0x40000000;
BSP_shm_cfgtbl.length = 0x00001000;