summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/support/old_exception_processing/ppccache.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-03-31 03:46:24 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-03-31 03:46:24 +0000
commitffe63313be05552c4e5ee8cefb90b87b5f428b5e (patch)
tree03f4d001a40732666cda2505bf143ebc9e768be8 /c/src/lib/libbsp/powerpc/support/old_exception_processing/ppccache.c
parent2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-ffe63313be05552c4e5ee8cefb90b87b5f428b5e.tar.bz2
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
* cpu.c, ppccache.c: Convert to using c99 fixed size types.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/powerpc/support/old_exception_processing/ppccache.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/powerpc/support/old_exception_processing/ppccache.c b/c/src/lib/libbsp/powerpc/support/old_exception_processing/ppccache.c
index ecfb4b96ca..30fd44e8fe 100644
--- a/c/src/lib/libbsp/powerpc/support/old_exception_processing/ppccache.c
+++ b/c/src/lib/libbsp/powerpc/support/old_exception_processing/ppccache.c
@@ -31,7 +31,7 @@
void powerpc_instruction_cache_enable ()
{
- unsigned32 value;
+ uint32_t value;
/*
* Enable the instruction cache
@@ -46,7 +46,7 @@ void powerpc_instruction_cache_enable ()
void powerpc_data_cache_enable ()
{
- unsigned32 value;
+ uint32_t value;
/*
* enable data cache