comment clean up

This commit is contained in:
Joel Sherrill
1996-05-29 21:27:26 +00:00
parent 2a98af841e
commit 7f72217e97
31 changed files with 39 additions and 62 deletions

View File

@@ -1,5 +1,4 @@
/* utsname.c /*
*
* $Id$ * $Id$
*/ */

View File

@@ -1,5 +1,4 @@
/* aio.c /*
*
* $Id$ * $Id$
*/ */

View File

@@ -1,5 +1,4 @@
/* cancel.c /*
*
* $Id$ * $Id$
*/ */

View File

@@ -1,5 +1,4 @@
/* cond.c /*
*
* $Id$ * $Id$
*/ */

View File

@@ -1,5 +1,4 @@
/* devctl.c /*
*
* $Id$ * $Id$
*/ */

View File

@@ -1,9 +1,10 @@
/* intr.c /*
*
* NOTE: Each task has an interrupt semaphore associated with it. * NOTE: Each task has an interrupt semaphore associated with it.
* No matter which interrupt occurs that it has registered, * No matter which interrupt occurs that it has registered,
* the same semaphore is used. * the same semaphore is used.
* *
* This whole interrupt scheme may have been eliminated in a later draft.
*
* $Id$ * $Id$
*/ */

View File

@@ -1,5 +1,4 @@
/* key.c /*
*
* $Id$ * $Id$
*/ */

View File

@@ -1,5 +1,4 @@
/* mqueue.c /*
*
* NOTE: The structure of the routines is identical to that of POSIX * NOTE: The structure of the routines is identical to that of POSIX
* Message_queues to leave the option of having unnamed message * Message_queues to leave the option of having unnamed message
* queues at a future date. They are currently not part of the * queues at a future date. They are currently not part of the

View File

@@ -1,5 +1,4 @@
/* signal.c /*
*
* $Id$ * $Id$
*/ */

View File

@@ -577,10 +577,11 @@ int pthread_create(
core_priority = _POSIX_Priority_To_core( attrp->schedparam.sched_priority ); core_priority = _POSIX_Priority_To_core( attrp->schedparam.sched_priority );
/* /*
* Currently all POSIX threads are floating point. * Currently all POSIX threads are floating point if the hardware
* supports it.
*/ */
is_fp = TRUE; is_fp = CPU_HARDWARE_FP;
/* /*
* Disable dispatch for protection * Disable dispatch for protection

View File

@@ -1,5 +1,4 @@
/* sched.c /*
*
* $Id$ * $Id$
*/ */

View File

@@ -1,5 +1,4 @@
/* semaphore.c /*
*
* $Id$ * $Id$
*/ */

View File

@@ -1,5 +1,4 @@
/* time.c /*
*
* $Id$ * $Id$
*/ */

View File

@@ -1,5 +1,4 @@
/* types.c /*
*
* $Id$ * $Id$
*/ */

View File

@@ -1,5 +1,4 @@
/* unistd.c /*
*
* $Id$ * $Id$
*/ */

View File

@@ -1,5 +1,4 @@
/* utsname.c /*
*
* $Id$ * $Id$
*/ */

View File

@@ -1,5 +1,4 @@
/* utsname.c /*
*
* $Id$ * $Id$
*/ */

View File

@@ -1,5 +1,4 @@
/* utsname.c /*
*
* $Id$ * $Id$
*/ */

View File

@@ -1,5 +1,4 @@
/* aio.c /*
*
* $Id$ * $Id$
*/ */

View File

@@ -1,5 +1,4 @@
/* cancel.c /*
*
* $Id$ * $Id$
*/ */

View File

@@ -1,5 +1,4 @@
/* cond.c /*
*
* $Id$ * $Id$
*/ */

View File

@@ -1,5 +1,4 @@
/* devctl.c /*
*
* $Id$ * $Id$
*/ */

View File

@@ -1,9 +1,10 @@
/* intr.c /*
*
* NOTE: Each task has an interrupt semaphore associated with it. * NOTE: Each task has an interrupt semaphore associated with it.
* No matter which interrupt occurs that it has registered, * No matter which interrupt occurs that it has registered,
* the same semaphore is used. * the same semaphore is used.
* *
* This whole interrupt scheme may have been eliminated in a later draft.
*
* $Id$ * $Id$
*/ */

View File

@@ -1,5 +1,4 @@
/* key.c /*
*
* $Id$ * $Id$
*/ */

View File

@@ -1,5 +1,4 @@
/* mqueue.c /*
*
* NOTE: The structure of the routines is identical to that of POSIX * NOTE: The structure of the routines is identical to that of POSIX
* Message_queues to leave the option of having unnamed message * Message_queues to leave the option of having unnamed message
* queues at a future date. They are currently not part of the * queues at a future date. They are currently not part of the

View File

@@ -1,5 +1,4 @@
/* signal.c /*
*
* $Id$ * $Id$
*/ */

View File

@@ -577,10 +577,11 @@ int pthread_create(
core_priority = _POSIX_Priority_To_core( attrp->schedparam.sched_priority ); core_priority = _POSIX_Priority_To_core( attrp->schedparam.sched_priority );
/* /*
* Currently all POSIX threads are floating point. * Currently all POSIX threads are floating point if the hardware
* supports it.
*/ */
is_fp = TRUE; is_fp = CPU_HARDWARE_FP;
/* /*
* Disable dispatch for protection * Disable dispatch for protection

View File

@@ -1,5 +1,4 @@
/* sched.c /*
*
* $Id$ * $Id$
*/ */

View File

@@ -1,5 +1,4 @@
/* semaphore.c /*
*
* $Id$ * $Id$
*/ */

View File

@@ -1,5 +1,4 @@
/* time.c /*
*
* $Id$ * $Id$
*/ */

View File

@@ -1,5 +1,4 @@
/* types.c /*
*
* $Id$ * $Id$
*/ */