2007-11-26 Joel Sherrill <joel.sherrill@oarcorp.com>

* cpu_supplement/i386.t, cpu_supplement/m68k.t: Pick up changes missed
	earlier.
This commit is contained in:
Joel Sherrill
2007-11-26 23:00:20 +00:00
parent b72f579982
commit 4f6acf4139
3 changed files with 5 additions and 11 deletions

View File

@@ -1,3 +1,8 @@
2007-11-26 Joel Sherrill <joel.sherrill@oarcorp.com>
* cpu_supplement/i386.t, cpu_supplement/m68k.t: Pick up changes missed
earlier.
2007-11-26 Joel Sherrill <joel.sherrill@oarcorp.com>
* cpu_supplement/mips.t: Eliminate the clicks_per_microsecond field in

View File

@@ -675,14 +675,6 @@ is the address of the optional user provided routine which frees
memory for task stacks. If this hook is not NULL, then a stack_allocate_hook
must be provided as well.
@item interrupt_segment
is the value of the selector which should be placed in a segment
register to access the Interrupt Descriptor Table.
@item interrupt_vector_table
is the base address of the Interrupt Descriptor Table relative to the
interrupt_segment.
@end table
The contents of the i386 Interrupt Descriptor Table

View File

@@ -765,7 +765,4 @@ is the address of the optional user provided routine which frees
memory for task stacks. If this hook is not NULL, then a stack_allocate_hook
must be provided as well.
@item interrupt_vector_table
is the base address of the CPU's Exception Vector Table.
@end table