summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/ChangeLog6
-rw-r--r--doc/cpu_supplement/mips.t1
2 files changed, 6 insertions, 1 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 4810dbfdbb..076511a8ba 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,5 +1,11 @@
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.
+
+2007-11-26 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* cpu_supplement/i386.t: Eliminate the interrupt_table_segment and
interrupt_table_offset fields in the i386 CPU Table since they are
never read.
diff --git a/doc/cpu_supplement/mips.t b/doc/cpu_supplement/mips.t
index 2fae46ecc2..0946fbfafd 100644
--- a/doc/cpu_supplement/mips.t
+++ b/doc/cpu_supplement/mips.t
@@ -608,7 +608,6 @@ typedef struct @{
void (*stack_free_hook)( void* );
/* end of fields required on all CPUs */
- /* XXX CPU family dependent stuff */
@} rtems_cpu_table;
@end group
@end example