From 7f72217e977cc34583f9bb479f13f809aedaa7fd Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 29 May 1996 21:27:26 +0000 Subject: comment clean up --- cpukit/posix/src/intr.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'cpukit/posix/src/intr.c') 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$ */ -- cgit v1.2.3