summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cpukit/ChangeLog4
-rw-r--r--cpukit/score/src/threadhandler.c3
2 files changed, 4 insertions, 3 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 8bf1e2112e..d1d039ed3f 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,7 @@
+2009-10-14 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * score/src/threadhandler.c: Remove comment mentioning unix port.
+
2009-10-14 Ralf Corsépius <ralf.corsepius@rtems.org>
* wrapup/Makefile.am: Remove UNIX.
diff --git a/cpukit/score/src/threadhandler.c b/cpukit/score/src/threadhandler.c
index cf39656487..be073700a0 100644
--- a/cpukit/score/src/threadhandler.c
+++ b/cpukit/score/src/threadhandler.c
@@ -71,9 +71,6 @@
* interrupts may already be at there proper level. Either way,
* setting the initial isr level properly here is safe.
*
- * Currently this is only really needed for the posix port,
- * ref: _Context_Switch in unix/cpu.c
- *
* Input parameters: NONE
*
* Output parameters: NONE