summaryrefslogtreecommitdiffstats
path: root/doc/cpu_supplement
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-11-26 23:01:25 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-11-26 23:01:25 +0000
commit7d20851af3894952c86e98e9e13eaff15a17feed (patch)
tree669602edaaebeb045eafdb5e13d89e35cf49199b /doc/cpu_supplement
parent2007-11-26 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-7d20851af3894952c86e98e9e13eaff15a17feed.tar.bz2
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.
Diffstat (limited to 'doc/cpu_supplement')
-rw-r--r--doc/cpu_supplement/sh.t2
1 files changed, 0 insertions, 2 deletions
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