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/h8300/rtems/score/cpu.h | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'cpukit/score/cpu/h8300/rtems/score/cpu.h') diff --git a/cpukit/score/cpu/h8300/rtems/score/cpu.h b/cpukit/score/cpu/h8300/rtems/score/cpu.h index 8f66b0d5c2..55506442d5 100644 --- a/cpukit/score/cpu/h8300/rtems/score/cpu.h +++ b/cpukit/score/cpu/h8300/rtems/score/cpu.h @@ -396,23 +396,6 @@ typedef struct { uint32_t special_interrupt_register; } CPU_Interrupt_frame; - -/* - * The following table contains the information required to configure - * the XXX processor specific parameters. - * - * NOTE: The interrupt_stack_size field is required if - * CPU_ALLOCATE_INTERRUPT_STACK is defined as TRUE. - * - * H8300 Specific Information: - * - * XXX - */ - -typedef struct { - uint32_t interrupt_stack_size; -} rtems_cpu_table; - /* * This variable is optional. It is used on CPUs on which it is difficult * to generate an "uninitialized" FP context. It is filled in by @@ -993,7 +976,6 @@ uint32_t _CPU_ISR_Get_level( void ); */ void _CPU_Initialize( - rtems_cpu_table *cpu_table, void (*thread_dispatch) ); -- cgit v1.2.3