From 7be0ca25d25b0d73ace04ee6911168560a202e44 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 9 Feb 2007 14:53:16 +0000 Subject: =?UTF-8?q?2007-02-09=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * shmsupp/getcfg.c: Comment out npu (Unused). --- c/src/lib/libbsp/sparc/leon3/ChangeLog | 4 ++++ c/src/lib/libbsp/sparc/leon3/shmsupp/getcfg.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'c/src') diff --git a/c/src/lib/libbsp/sparc/leon3/ChangeLog b/c/src/lib/libbsp/sparc/leon3/ChangeLog index 8e51418cb9..496a763316 100644 --- a/c/src/lib/libbsp/sparc/leon3/ChangeLog +++ b/c/src/lib/libbsp/sparc/leon3/ChangeLog @@ -1,3 +1,7 @@ +2007-02-09 Ralf Corsépius + + * shmsupp/getcfg.c: Comment out npu (Unused). + 2006-12-12 Ralf Corsépius * console/debugputs.c, shmsupp/getcfg.c, shmsupp/lock.c, diff --git a/c/src/lib/libbsp/sparc/leon3/shmsupp/getcfg.c b/c/src/lib/libbsp/sparc/leon3/shmsupp/getcfg.c index 638c6666db..1ff118cd44 100644 --- a/c/src/lib/libbsp/sparc/leon3/shmsupp/getcfg.c +++ b/c/src/lib/libbsp/sparc/leon3/shmsupp/getcfg.c @@ -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; -- cgit v1.2.3