summaryrefslogtreecommitdiffstats
path: root/doc/cpu_supplement
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-11-26 22:36:41 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-11-26 22:36:41 +0000
commit219aed6811cc2b26ad794a73d05e7900d318f733 (patch)
tree9e8fffd6f3d49fa00904d8ddcd5d0dd14679043a /doc/cpu_supplement
parent2007-11-26 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-219aed6811cc2b26ad794a73d05e7900d318f733.tar.bz2
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.
Diffstat (limited to 'doc/cpu_supplement')
-rw-r--r--doc/cpu_supplement/mips.t1
1 files changed, 0 insertions, 1 deletions
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