summaryrefslogtreecommitdiffstats
path: root/cpukit/itron/src/cre_tsk.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/itron/src/cre_tsk.c')
-rw-r--r--cpukit/itron/src/cre_tsk.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/itron/src/cre_tsk.c b/cpukit/itron/src/cre_tsk.c
index fb8164423f..2053ff262c 100644
--- a/cpukit/itron/src/cre_tsk.c
+++ b/cpukit/itron/src/cre_tsk.c
@@ -92,12 +92,12 @@ ER cre_tsk(
NULL,
pk_ctsk->stksz,
#if ( CPU_HARDWARE_FP == TRUE ) || ( CPU_SOFTWARE_FP == TRUE )
- TRUE, /* XXX - All tasks FP (if the HW supports it) for now */
+ true, /* XXX - All tasks FP (if the HW supports it) for now */
#else
- FALSE,
+ false,
#endif
core_priority,
- TRUE, /* preemptible */
+ true, /* preemptible */
THREAD_CPU_BUDGET_ALGORITHM_EXHAUST_TIMESLICE,
NULL, /* no budget algorithm callout */
0,