forked from Imagelibrary/rtems
comment clean up
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
/* utsname.c
|
/*
|
||||||
*
|
|
||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
/* aio.c
|
/*
|
||||||
*
|
|
||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
/* cancel.c
|
/*
|
||||||
*
|
|
||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
/* cond.c
|
/*
|
||||||
*
|
|
||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
/* devctl.c
|
/*
|
||||||
*
|
|
||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -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$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
/* key.c
|
/*
|
||||||
*
|
|
||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
/* signal.c
|
/*
|
||||||
*
|
|
||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
/* sched.c
|
/*
|
||||||
*
|
|
||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
/* semaphore.c
|
/*
|
||||||
*
|
|
||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
/* time.c
|
/*
|
||||||
*
|
|
||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
/* types.c
|
/*
|
||||||
*
|
|
||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
/* unistd.c
|
/*
|
||||||
*
|
|
||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
/* utsname.c
|
/*
|
||||||
*
|
|
||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
/* utsname.c
|
/*
|
||||||
*
|
|
||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
/* utsname.c
|
/*
|
||||||
*
|
|
||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
/* aio.c
|
/*
|
||||||
*
|
|
||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
/* cancel.c
|
/*
|
||||||
*
|
|
||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
/* cond.c
|
/*
|
||||||
*
|
|
||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
/* devctl.c
|
/*
|
||||||
*
|
|
||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -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$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
/* key.c
|
/*
|
||||||
*
|
|
||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
/* signal.c
|
/*
|
||||||
*
|
|
||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
/* sched.c
|
/*
|
||||||
*
|
|
||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
/* semaphore.c
|
/*
|
||||||
*
|
|
||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
/* time.c
|
/*
|
||||||
*
|
|
||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
/* types.c
|
/*
|
||||||
*
|
|
||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user