summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/ChangeLog6
-rw-r--r--doc/cpu_supplement/sh.t2
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 66befb21fe..6b472207ef 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,5 +1,11 @@
2007-11-26 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * cpu_supplement/sh.t: Eliminate the clicks_per_microsecond field in
+ the SuperH 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, cpu_supplement/m68k.t: Pick up changes missed
earlier.
diff --git a/doc/cpu_supplement/sh.t b/doc/cpu_supplement/sh.t
index d3ce913457..0cf6123131 100644
--- a/doc/cpu_supplement/sh.t
+++ b/doc/cpu_supplement/sh.t
@@ -615,8 +615,6 @@ typedef struct @{
void * (*stack_allocate_hook)( unsigned32 );
void (*stack_free_hook)( void* );
/* end of fields required on all CPUs */
-
- /* XXX CPU family dependent stuff */
@} rtems_cpu_table;
@end group
@end example