summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/intr.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-05-29 21:27:26 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-05-29 21:27:26 +0000
commit7f72217e977cc34583f9bb479f13f809aedaa7fd (patch)
treeed67e8fa5f1752cd6721374cf316956aa503d417 /cpukit/posix/src/intr.c
parenttypes.c: spacing (diff)
downloadrtems-7f72217e977cc34583f9bb479f13f809aedaa7fd.tar.bz2
comment clean up
Diffstat (limited to 'cpukit/posix/src/intr.c')
-rw-r--r--cpukit/posix/src/intr.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/cpukit/posix/src/intr.c b/cpukit/posix/src/intr.c
index 7f9c62964d..d82af2e266 100644
--- a/cpukit/posix/src/intr.c
+++ b/cpukit/posix/src/intr.c
@@ -1,9 +1,10 @@
-/* intr.c
- *
+/*
* NOTE: Each task has an interrupt semaphore associated with it.
* No matter which interrupt occurs that it has registered,
* the same semaphore is used.
*
+ * This whole interrupt scheme may have been eliminated in a later draft.
+ *
* $Id$
*/