summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-10-14 15:55:43 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-10-14 15:55:43 +0000
commit7caffbe1b739649a8dce2730c38e812acafc8b0b (patch)
tree9c7db0bd81a895b8ff465565b7c482c80060b579 /cpukit
parent2009-10-14 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-7caffbe1b739649a8dce2730c38e812acafc8b0b.tar.bz2
2009-10-14 Joel Sherrill <joel.sherrill@oarcorp.com>
* score/src/threadhandler.c: Remove comment mentioning unix port.
Diffstat (limited to 'cpukit')
-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