summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/unix/cpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/cpu/unix/cpu.c')
-rw-r--r--cpukit/score/cpu/unix/cpu.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/cpukit/score/cpu/unix/cpu.c b/cpukit/score/cpu/unix/cpu.c
index 9177e376d3..d107b0dd71 100644
--- a/cpukit/score/cpu/unix/cpu.c
+++ b/cpukit/score/cpu/unix/cpu.c
@@ -272,13 +272,11 @@ uint32_t _CPU_ISR_Get_level( void )
* This routine performs processor dependent initialization.
*
* INPUT PARAMETERS:
- * cpu_table - CPU table to initialize
* thread_dispatch - address of disptaching routine
*/
void _CPU_Initialize(
- rtems_cpu_table *cpu_table,
void (*thread_dispatch) /* ignored on this CPU */
)
{
@@ -313,8 +311,6 @@ void _CPU_Initialize(
/* XXX: FP context initialization support */
- _CPU_Table = *cpu_table;
-
_CPU_Sync_io_Init();
_CPU_Context_From_CPU_Init();