summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/c4x/cpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/cpu/c4x/cpu.c')
-rw-r--r--cpukit/score/cpu/c4x/cpu.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpukit/score/cpu/c4x/cpu.c b/cpukit/score/cpu/c4x/cpu.c
index e98bf9c9ed..e7f485615c 100644
--- a/cpukit/score/cpu/c4x/cpu.c
+++ b/cpukit/score/cpu/c4x/cpu.c
@@ -22,7 +22,6 @@
* This routine performs processor dependent initialization.
*
* INPUT PARAMETERS:
- * cpu_table - CPU table to initialize
* thread_dispatch - address of disptaching routine
*
* C4x Specific Information:
@@ -30,7 +29,6 @@
*/
void _CPU_Initialize(
- rtems_cpu_table *cpu_table,
void (*thread_dispatch) /* ignored on this CPU */
)
{