From 2a8c28831f1424d440e3a0f26c592a55f19e903b Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 26 Sep 2003 21:52:26 +0000 Subject: 2003-09-26 Joel Sherrill * bspstart.c: Obsoleting HP PA-RISC port and removing all references. --- c/src/lib/libbsp/sparc/shared/ChangeLog | 4 ++++ c/src/lib/libbsp/sparc/shared/bspstart.c | 7 ++----- 2 files changed, 6 insertions(+), 5 deletions(-) (limited to 'c/src') diff --git a/c/src/lib/libbsp/sparc/shared/ChangeLog b/c/src/lib/libbsp/sparc/shared/ChangeLog index fbde27fbac..7be47ce999 100644 --- a/c/src/lib/libbsp/sparc/shared/ChangeLog +++ b/c/src/lib/libbsp/sparc/shared/ChangeLog @@ -1,3 +1,7 @@ +2003-09-26 Joel Sherrill + + * bspstart.c: Obsoleting HP PA-RISC port and removing all references. + 2003-09-04 Joel Sherrill * bspclean.c, bspstart.c: URL for license changed. diff --git a/c/src/lib/libbsp/sparc/shared/bspstart.c b/c/src/lib/libbsp/sparc/shared/bspstart.c index f37ea7b55f..1e4e16161a 100644 --- a/c/src/lib/libbsp/sparc/shared/bspstart.c +++ b/c/src/lib/libbsp/sparc/shared/bspstart.c @@ -4,7 +4,7 @@ * The generic CPU dependent initialization has been performed * before any of these are invoked. * - * COPYRIGHT (c) 1989-1999. + * COPYRIGHT (c) 1989-2003. * On-Line Applications Research Corporation (OAR). * * The license and distribution terms for this file may be @@ -50,9 +50,6 @@ extern rtems_unsigned32 rdb_start; * Amount to increment itimer by each pass * It is a variable instead of a #define to allow the 'looptest' * script to bump it without recompiling rtems - * - * NOTE: This is based on the PA-RISC simulator. I don't know if we - * can actually pull this trick on the SPARC simulator. */ rtems_unsigned32 CPU_SPARC_CLICKS_PER_TICK; @@ -134,7 +131,7 @@ void bsp_pretasking_hook(void) * Install the fast idle task switch extension * * On MP systems, might not want to do this; it confuses at least - * one test (mp06) on the PA-RISC simulator + * one test (mp06) if the simulators are running too far from real time. */ #if 0 -- cgit v1.2.3