summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/m32r/cpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/cpu/m32r/cpu.c')
-rw-r--r--cpukit/score/cpu/m32r/cpu.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/cpukit/score/cpu/m32r/cpu.c b/cpukit/score/cpu/m32r/cpu.c
index cdeda8cb64..8ac22ee440 100644
--- a/cpukit/score/cpu/m32r/cpu.c
+++ b/cpukit/score/cpu/m32r/cpu.c
@@ -18,16 +18,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)
{
}