From 7d20851af3894952c86e98e9e13eaff15a17feed Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 26 Nov 2007 23:01:25 +0000 Subject: [PATCH] 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/ChangeLog | 6 ++++++ doc/cpu_supplement/sh.t | 2 -- 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,3 +1,9 @@ +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. + 2007-11-26 Joel Sherrill * cpu_supplement/i386.t, cpu_supplement/m68k.t: Pick up changes missed 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