2007-05-07 Ralf Corsépius <ralf.corsepius@rtems.org>

* mpc8xx/clock/clock.c: Remove unused var extclk_value.
This commit is contained in:
Ralf Corsepius
2007-05-07 10:44:17 +00:00
parent fa2fb65af4
commit a1b953a476
2 changed files with 4 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2007-05-07 Ralf Corsépius <ralf.corsepius@rtems.org>
* mpc8xx/clock/clock.c: Remove unused var extclk_value.
2007-04-17 Joel Sherrill <joel@OARcorp.com> 2007-04-17 Joel Sherrill <joel@OARcorp.com>
* mpc6xx/clock/c_clock.c: Add initial cut at nanoseconds since last * mpc6xx/clock/c_clock.c: Add initial cut at nanoseconds since last

View File

@@ -72,7 +72,6 @@ void clockOn(void* unused)
unsigned desiredLevel; unsigned desiredLevel;
uint32_t pit_value; uint32_t pit_value;
uint32_t mf_value; uint32_t mf_value;
uint32_t extclk_value;
rtems_boolean force_prescaler = FALSE; rtems_boolean force_prescaler = FALSE;
if (rtems_cpu_configuration_get_clicks_per_usec() == 0) { if (rtems_cpu_configuration_get_clicks_per_usec() == 0) {
/* /*