summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/h8300/cpu.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-12-04 22:19:10 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-12-04 22:19:10 +0000
commitee29de05bc8c376620d95756a6034a96f690b7b5 (patch)
tree67c24fdf5b514680780f6c11015b5eedee230d4b /cpukit/score/cpu/h8300/cpu.c
parent2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-ee29de05bc8c376620d95756a6034a96f690b7b5.tar.bz2
2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>
* 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.
Diffstat (limited to '')
-rw-r--r--cpukit/score/cpu/h8300/cpu.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpukit/score/cpu/h8300/cpu.c b/cpukit/score/cpu/h8300/cpu.c
index b41a4f280c..9249d2fac4 100644
--- a/cpukit/score/cpu/h8300/cpu.c
+++ b/cpukit/score/cpu/h8300/cpu.c
@@ -20,13 +20,11 @@
* 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 */
)
{