summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-11-26 23:00:20 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-11-26 23:00:20 +0000
commit4f6acf4139475e72684455277eb51475b02bb8cd (patch)
treed438c9de0f4e03c6a51fd497e874fdb358be8fee /doc
parent2007-11-26 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-4f6acf4139475e72684455277eb51475b02bb8cd.tar.bz2
2007-11-26 Joel Sherrill <joel.sherrill@oarcorp.com>
* cpu_supplement/i386.t, cpu_supplement/m68k.t: Pick up changes missed earlier.
Diffstat (limited to 'doc')
-rw-r--r--doc/ChangeLog5
-rw-r--r--doc/cpu_supplement/i386.t8
-rw-r--r--doc/cpu_supplement/m68k.t3
3 files changed, 5 insertions, 11 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 076511a8ba..66befb21fe 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,5 +1,10 @@
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
the MIPS CPU Table and define another mechanism for drivers to obtain
this information.
diff --git a/doc/cpu_supplement/i386.t b/doc/cpu_supplement/i386.t
index b710f55c4d..d63b8e4090 100644
--- a/doc/cpu_supplement/i386.t
+++ b/doc/cpu_supplement/i386.t
@@ -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
diff --git a/doc/cpu_supplement/m68k.t b/doc/cpu_supplement/m68k.t
index fac78ddbd8..14963d8a89 100644
--- a/doc/cpu_supplement/m68k.t
+++ b/doc/cpu_supplement/m68k.t
@@ -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