summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-12-19 16:55:35 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-12-19 16:55:35 +0000
commit493fa933fe4470d77e1a9f68d12962e9a7fdfe8a (patch)
treeca2d764456d8f7029967b867d2ebfb898f8b9321 /c
parent2000-12-19 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-493fa933fe4470d77e1a9f68d12962e9a7fdfe8a.tar.bz2
2000-12-19 Joel Sherrill <joel@OARcorp.com>
* timer/timer.c: Removed incorrect comments about ERC32.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/powerpc/psim/ChangeLog4
-rw-r--r--c/src/lib/libbsp/powerpc/psim/timer/timer.c21
2 files changed, 7 insertions, 18 deletions
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 <joel@OARcorp.com>
+
+ * timer/timer.c: Removed incorrect comments about ERC32.
+
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* 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 */