summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/mpc8260/timer/timer.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-12-04 22:19:37 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-12-04 22:19:37 +0000
commit4216c573e331cf1f5f1bec08cf4f7b21d2bdffbb (patch)
tree266bcc589345d8b89d0e8844f87b03e6d01b4388 /c/src/lib/libcpu/powerpc/mpc8260/timer/timer.c
parent2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-4216c573e331cf1f5f1bec08cf4f7b21d2bdffbb.tar.bz2
2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>
* mpc5xx/console-generic/console-generic.c, mpc8260/timer/timer.c, new-exceptions/cpu.c, old-exceptions/cpu.c: Move interrupt_stack_size field from CPU Table to Configuration Table. Eliminate CPU Table from all ports. Delete references to CPU Table in all forms.
Diffstat (limited to 'c/src/lib/libcpu/powerpc/mpc8260/timer/timer.c')
-rw-r--r--c/src/lib/libcpu/powerpc/mpc8260/timer/timer.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/c/src/lib/libcpu/powerpc/mpc8260/timer/timer.c b/c/src/lib/libcpu/powerpc/mpc8260/timer/timer.c
index 7306342398..ad53057fac 100644
--- a/c/src/lib/libcpu/powerpc/mpc8260/timer/timer.c
+++ b/c/src/lib/libcpu/powerpc/mpc8260/timer/timer.c
@@ -53,8 +53,6 @@
static volatile uint32_t Timer_starting;
static rtems_boolean Timer_driver_Find_average_overhead;
-extern rtems_cpu_table Cpu_table;
-
/*
* This is so small that this code will be reproduced where needed.
*/