summaryrefslogtreecommitdiffstats
path: root/cpukit/itron/src/cre_tsk.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-11-03 05:23:05 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-11-03 05:23:05 +0000
commit9d2df2b3e1c8cc83769dd795698662f4c610f600 (patch)
treeb2097601a4d9fb3376ebe4dc16c16a030f62a317 /cpukit/itron/src/cre_tsk.c
parent2009-01-03 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-9d2df2b3e1c8cc83769dd795698662f4c610f600.tar.bz2
Eliminate TRUE/FALSE in favor of true/false.
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,