From ee29de05bc8c376620d95756a6034a96f690b7b5 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 4 Dec 2007 22:19:10 +0000 Subject: 2007-12-04 Joel Sherrill * cpu.c, rtems/score/cpu.h: Move interrupt_stack_size field from CPU Table to Configuration Table. Eliminate CPU Table from all ports. Delete references to CPU Table in all forms. --- cpukit/score/cpu/sparc/cpu.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'cpukit/score/cpu/sparc/cpu.c') diff --git a/cpukit/score/cpu/sparc/cpu.c b/cpukit/score/cpu/sparc/cpu.c index b90b42da6c..64b72056d0 100644 --- a/cpukit/score/cpu/sparc/cpu.c +++ b/cpukit/score/cpu/sparc/cpu.c @@ -39,7 +39,6 @@ const CPU_Trap_table_entry _CPU_Trap_slot_template = { * This routine performs processor dependent initialization. * * Input Parameters: - * cpu_table - CPU table to initialize * thread_dispatch - address of disptaching routine * * Output Parameters: NONE @@ -49,7 +48,6 @@ const CPU_Trap_table_entry _CPU_Trap_slot_template = { */ void _CPU_Initialize( - rtems_cpu_table *cpu_table, void (*thread_dispatch) /* ignored on this CPU */ ) { -- cgit v1.2.3