summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/m32c/cpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/cpu/m32c/cpu.c')
-rw-r--r--cpukit/score/cpu/m32c/cpu.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/cpukit/score/cpu/m32c/cpu.c b/cpukit/score/cpu/m32c/cpu.c
index 83d64b3267..5b9cbc9858 100644
--- a/cpukit/score/cpu/m32c/cpu.c
+++ b/cpukit/score/cpu/m32c/cpu.c
@@ -19,16 +19,14 @@
*
* This routine performs processor dependent initialization.
*
- * INPUT PARAMETERS:
- * thread_dispatch - address of dispatching routine
+ * INPUT PARAMETERS: NONE
*
* NO_CPU Specific Information:
*
* XXX document implementation including references if appropriate
*/
-void _CPU_Initialize(
- void (*thread_dispatch) /* ignored on this CPU */
-)
+
+void _CPU_Initialize(void)
{
asm volatile( "ldc #__var_vects,intb" );
}