From 7d20851af3894952c86e98e9e13eaff15a17feed Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 26 Nov 2007 23:01:25 +0000 Subject: 2007-11-26 Joel Sherrill * 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. --- doc/cpu_supplement/sh.t | 2 -- 1 file changed, 2 deletions(-) (limited to 'doc/cpu_supplement/sh.t') 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 -- cgit v1.2.3