summaryrefslogtreecommitdiffstats
path: root/c/src
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2003-09-26 21:52:26 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2003-09-26 21:52:26 +0000
commit2a8c28831f1424d440e3a0f26c592a55f19e903b (patch)
treeae23c47c4d017ceeeabecaecdb1e2c83c8fc847e /c/src
parent2003-09-26 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-2a8c28831f1424d440e3a0f26c592a55f19e903b.tar.bz2
2003-09-26 Joel Sherrill <joel@OARcorp.com>
* bspstart.c: Obsoleting HP PA-RISC port and removing all references.
Diffstat (limited to 'c/src')
-rw-r--r--c/src/lib/libbsp/sparc/shared/ChangeLog4
-rw-r--r--c/src/lib/libbsp/sparc/shared/bspstart.c7
2 files changed, 6 insertions, 5 deletions
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 <joel@OARcorp.com>
+
+ * bspstart.c: Obsoleting HP PA-RISC port and removing all references.
+
2003-09-04 Joel Sherrill <joel@OARcorp.com>
* 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