mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-22 12:29:17 +08:00
2007-11-26 Joel Sherrill <joel.sherrill@oarcorp.com>
* rtems/score/cpu.h: Eliminate the interrupt_table_segment and interrupt_table_offset fields in the i386 CPU Table since they are never read.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2007-11-26 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* rtems/score/cpu.h: Eliminate the interrupt_table_segment and
|
||||
interrupt_table_offset fields in the i386 CPU Table since they are
|
||||
never read.
|
||||
|
||||
2007-05-09 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* rtems/score/cpu.h: Remove CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES.
|
||||
|
||||
@@ -195,9 +195,6 @@ typedef struct {
|
||||
void * (*stack_allocate_hook)( uint32_t );
|
||||
void (*stack_free_hook)( void* );
|
||||
/* end of fields required on all CPUs */
|
||||
|
||||
uint32_t interrupt_table_segment;
|
||||
void *interrupt_table_offset;
|
||||
} rtems_cpu_table;
|
||||
|
||||
/*
|
||||
@@ -205,16 +202,6 @@ typedef struct {
|
||||
* the file rtems/system.h.
|
||||
*/
|
||||
|
||||
/*
|
||||
* Macros to access i386 specific additions to the CPU Table
|
||||
*/
|
||||
|
||||
#define rtems_cpu_configuration_get_interrupt_table_segment() \
|
||||
(_CPU_Table.interrupt_table_segment)
|
||||
|
||||
#define rtems_cpu_configuration_get_interrupt_table_offset() \
|
||||
(_CPU_Table.interrupt_table_offset)
|
||||
|
||||
/*
|
||||
* context size area for floating point
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user