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.c22
1 files changed, 2 insertions, 20 deletions
diff --git a/cpukit/score/cpu/c4x/cpu.c b/cpukit/score/cpu/c4x/cpu.c
index bfcc81b35f..d06752464b 100644
--- a/cpukit/score/cpu/c4x/cpu.c
+++ b/cpukit/score/cpu/c4x/cpu.c
@@ -21,32 +21,14 @@
*
* This routine performs processor dependent initialization.
*
- * INPUT PARAMETERS:
- * thread_dispatch - address of dispatching routine
+ * INPUT PARAMETERS: NONE
*
* C4x Specific Information:
*
*/
-void _CPU_Initialize(
- void (*thread_dispatch) /* ignored on this CPU */
-)
+void _CPU_Initialize(void)
{
-#if 0
- /*
- * The thread_dispatch argument is the address of the entry point
- * for the routine called at the end of an ISR once it has been
- * decided a context switch is necessary. On some compilation
- * systems it is difficult to call a high-level language routine
- * from assembly. This allows us to trick these systems.
- *
- * If you encounter this problem save the entry point in a CPU
- * dependent variable.
- */
-
- _CPU_Thread_dispatch_pointer = thread_dispatch;
-#endif
-
#if (CPU_HARDWARE_FP == TRUE)
/*
* If there is not an easy way to initialize the FP context