summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/m68k/cpu.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-08-19 14:19:12 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-08-19 14:19:12 +0000
commit60a3fa0c2edea6fbe277706059f37459e3d916bf (patch)
treec8bb688011b590a33c2e7dd877ca9db2caecb538 /cpukit/score/cpu/m68k/cpu.c
parentAdd missing prototypes. (diff)
downloadrtems-60a3fa0c2edea6fbe277706059f37459e3d916bf.tar.bz2
2008-08-19 Joel Sherrill <joel.sherrill@OARcorp.com>
* cpu.c, rtems/score/cpu.h: Add extern for bfffo table and rename it to indicate that it is specific to this architecture.
Diffstat (limited to 'cpukit/score/cpu/m68k/cpu.c')
-rw-r--r--cpukit/score/cpu/m68k/cpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/cpu/m68k/cpu.c b/cpukit/score/cpu/m68k/cpu.c
index 6eb3ef7967..cfba5279a1 100644
--- a/cpukit/score/cpu/m68k/cpu.c
+++ b/cpukit/score/cpu/m68k/cpu.c
@@ -159,7 +159,7 @@ void _CPU_Install_interrupt_stack( void )
/*
* Returns table for duplication of the BFFFO instruction (16 bits only)
*/
-const unsigned char __BFFFOtable[256] = {
+const unsigned char _CPU_m68k_BFFFO_table[256] = {
8, 7, 6, 6, 5, 5, 5, 5, 4, 4, 4, 4, 4, 4, 4, 4,
3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,