From 493fa933fe4470d77e1a9f68d12962e9a7fdfe8a Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 19 Dec 2000 16:55:35 +0000 Subject: 2000-12-19 Joel Sherrill * timer/timer.c: Removed incorrect comments about ERC32. --- c/src/lib/libbsp/powerpc/psim/ChangeLog | 4 ++++ c/src/lib/libbsp/powerpc/psim/timer/timer.c | 21 +++------------------ 2 files changed, 7 insertions(+), 18 deletions(-) (limited to 'c') diff --git a/c/src/lib/libbsp/powerpc/psim/ChangeLog b/c/src/lib/libbsp/powerpc/psim/ChangeLog index 17493845bb..bfc1cd0647 100644 --- a/c/src/lib/libbsp/powerpc/psim/ChangeLog +++ b/c/src/lib/libbsp/powerpc/psim/ChangeLog @@ -1,3 +1,7 @@ +2000-12-19 Joel Sherrill + + * timer/timer.c: Removed incorrect comments about ERC32. + 2000-11-09 Ralf Corsepius * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS. diff --git a/c/src/lib/libbsp/powerpc/psim/timer/timer.c b/c/src/lib/libbsp/powerpc/psim/timer/timer.c index b2f0f7a60f..fa62028a04 100644 --- a/c/src/lib/libbsp/powerpc/psim/timer/timer.c +++ b/c/src/lib/libbsp/powerpc/psim/timer/timer.c @@ -1,21 +1,9 @@ -/* timer.c +/* + * This file implements a benchmark timer using the PPC decrement register. * - * This file implements a benchmark timer using the General Purpose Timer on - * the MEC. - * - * COPYRIGHT (c) 1989-1999. + * COPYRIGHT (c) 1989-2000. * On-Line Applications Research Corporation (OAR). * - * The license and distribution terms for this file may be - * found in found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. - * - * Ported to ERC32 implementation of the SPARC by On-Line Applications - * Research Corporation (OAR) under contract to the European Space - * Agency (ESA). - * - * ERC32 modifications of respective RTEMS file: COPYRIGHT (c) 1995. - * European Space Agency. * * $Id$ */ @@ -34,10 +22,7 @@ void Timer_initialize() * Timer runs long and accurate enough not to require an interrupt. */ - Timer_driver_Start_time = PPC_Get_timebase_register(); - - } #define AVG_OVERHEAD 24 /* It typically takes 24 instructions */ -- cgit v1.2.3