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.
This commit is contained in:
Joel Sherrill
2007-11-26 23:01:25 +00:00
parent 4f6acf4139
commit 7d20851af3
2 changed files with 6 additions and 2 deletions

View File

@@ -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