forked from Imagelibrary/rtems
comment clean up
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
/* utsname.c
|
||||
*
|
||||
/*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
/* aio.c
|
||||
*
|
||||
/*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
/* cancel.c
|
||||
*
|
||||
/*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
/* cond.c
|
||||
*
|
||||
/*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
/* devctl.c
|
||||
*
|
||||
/*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
|
||||
@@ -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$
|
||||
*/
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
/* key.c
|
||||
*
|
||||
/*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
/* mqueue.c
|
||||
*
|
||||
/*
|
||||
* NOTE: The structure of the routines is identical to that of POSIX
|
||||
* Message_queues to leave the option of having unnamed message
|
||||
* queues at a future date. They are currently not part of the
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
/* signal.c
|
||||
*
|
||||
/*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
|
||||
@@ -577,10 +577,11 @@ int pthread_create(
|
||||
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
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
/* sched.c
|
||||
*
|
||||
/*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
/* semaphore.c
|
||||
*
|
||||
/*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
/* time.c
|
||||
*
|
||||
/*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
/* types.c
|
||||
*
|
||||
/*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
/* unistd.c
|
||||
*
|
||||
/*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
/* utsname.c
|
||||
*
|
||||
/*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
/* utsname.c
|
||||
*
|
||||
/*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
/* utsname.c
|
||||
*
|
||||
/*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
/* aio.c
|
||||
*
|
||||
/*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
/* cancel.c
|
||||
*
|
||||
/*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
/* cond.c
|
||||
*
|
||||
/*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
/* devctl.c
|
||||
*
|
||||
/*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
|
||||
@@ -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$
|
||||
*/
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
/* key.c
|
||||
*
|
||||
/*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
/* mqueue.c
|
||||
*
|
||||
/*
|
||||
* NOTE: The structure of the routines is identical to that of POSIX
|
||||
* Message_queues to leave the option of having unnamed message
|
||||
* queues at a future date. They are currently not part of the
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
/* signal.c
|
||||
*
|
||||
/*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
|
||||
@@ -577,10 +577,11 @@ int pthread_create(
|
||||
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
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
/* sched.c
|
||||
*
|
||||
/*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
/* semaphore.c
|
||||
*
|
||||
/*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
/* time.c
|
||||
*
|
||||
/*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
/* types.c
|
||||
*
|
||||
/*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user