summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/powerpc/rtems/new-exceptions/cpu.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-09-05 02:00:15 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-09-05 02:00:15 +0000
commit5d42c1b7bc038bf9cb2a8acdeb5a93005c9693f8 (patch)
tree8942331714c94ec5a7387a869cc33bab8165cedb /cpukit/score/cpu/powerpc/rtems/new-exceptions/cpu.h
parent2008-09-05 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-5d42c1b7bc038bf9cb2a8acdeb5a93005c9693f8.tar.bz2
Convert to "bool".
Diffstat (limited to 'cpukit/score/cpu/powerpc/rtems/new-exceptions/cpu.h')
-rw-r--r--cpukit/score/cpu/powerpc/rtems/new-exceptions/cpu.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/cpukit/score/cpu/powerpc/rtems/new-exceptions/cpu.h b/cpukit/score/cpu/powerpc/rtems/new-exceptions/cpu.h
index 9ead8b95fc..649019fbd9 100644
--- a/cpukit/score/cpu/powerpc/rtems/new-exceptions/cpu.h
+++ b/cpukit/score/cpu/powerpc/rtems/new-exceptions/cpu.h
@@ -208,10 +208,10 @@ SCORE_EXTERN void *_CPU_Interrupt_stack_high;
#ifndef ASM
SCORE_EXTERN struct {
- uint32_t *Disable_level;
- void *Stack;
- volatile boolean *Switch_necessary;
- boolean *Signal;
+ uint32_t *Disable_level;
+ void *Stack;
+ volatile bool *Switch_necessary;
+ bool *Signal;
} _CPU_IRQ_info CPU_STRUCTURE_ALIGNMENT;