summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-03-15 13:56:21 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-03-15 13:56:21 +0000
commit544a6008483a6ce788c1c33f664add1979b05e78 (patch)
tree2e9c1d218ed694cebe49e4282893cf0a3627d800 /cpukit/score/cpu
parent2002-03-08 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-544a6008483a6ce788c1c33f664add1979b05e78.tar.bz2
2002-03-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* rtems/score/m68k.h: m68k_swap_u32 fix typo.
Diffstat (limited to 'cpukit/score/cpu')
-rw-r--r--cpukit/score/cpu/m68k/ChangeLog4
-rw-r--r--cpukit/score/cpu/m68k/rtems/score/m68k.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/cpukit/score/cpu/m68k/ChangeLog b/cpukit/score/cpu/m68k/ChangeLog
index 7130470231..dd066c8f16 100644
--- a/cpukit/score/cpu/m68k/ChangeLog
+++ b/cpukit/score/cpu/m68k/ChangeLog
@@ -1,3 +1,7 @@
+2002-03-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * rtems/score/m68k.h: m68k_swap_u32 fix typo.
+
2002-03-06 Victor V. Vengerov <vvv@oktet.ru>
* rtems/score/m68k.h [M68K_COLDFIRE_ARCH] (CPU_swap_u16, CPU_swap_u32):
diff --git a/cpukit/score/cpu/m68k/rtems/score/m68k.h b/cpukit/score/cpu/m68k/rtems/score/m68k.h
index 419dffaa19..5bd7fd5d47 100644
--- a/cpukit/score/cpu/m68k/rtems/score/m68k.h
+++ b/cpukit/score/cpu/m68k/rtems/score/m68k.h
@@ -335,7 +335,7 @@ extern "C" {
/* There are no rotate commands in Coldfire architecture. We will use
* generic implementation of endian swapping for Coldfire.
*/
-static inline unsigned int CPU_swap_u32(
+static inline unsigned int m68k_swap_u32(
unsigned int value
)
{