summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/src/pthread.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 /c/src/exec/posix/src/pthread.c
parenttypes.c: spacing (diff)
downloadrtems-7f72217e977cc34583f9bb479f13f809aedaa7fd.tar.bz2
comment clean up
Diffstat (limited to '')
-rw-r--r--c/src/exec/posix/src/pthread.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/c/src/exec/posix/src/pthread.c b/c/src/exec/posix/src/pthread.c
index b46af6853b..6a980d9282 100644
--- a/c/src/exec/posix/src/pthread.c
+++ b/c/src/exec/posix/src/pthread.c
@@ -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