summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src
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/score/src
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/score/src')
-rw-r--r--cpukit/score/src/threadhandler.c3
1 files changed, 0 insertions, 3 deletions
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