summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/mips/rtems/score
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2014-09-11 09:10:16 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2014-09-11 09:10:16 +0200
commitc48cf0bd0c4577688f3c6c87acf63acdc789554d (patch)
treee1a55ef1b0f2e379cc549a51dc7aaf58182500ed /cpukit/score/cpu/mips/rtems/score
parentpowerpc: Delete PPC_BSP_HAS_FIXED_PR288 (diff)
downloadrtems-c48cf0bd0c4577688f3c6c87acf63acdc789554d.tar.bz2
score: Rename _BSP_Exception_frame_print()
Rename _BSP_Exception_frame_print() to _CPU_Exception_frame_print() to be in line with other CPU port functions.
Diffstat (limited to 'cpukit/score/cpu/mips/rtems/score')
-rw-r--r--cpukit/score/cpu/mips/rtems/score/cpu.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/cpukit/score/cpu/mips/rtems/score/cpu.h b/cpukit/score/cpu/mips/rtems/score/cpu.h
index 7fc639b520..c1bdc318c4 100644
--- a/cpukit/score/cpu/mips/rtems/score/cpu.h
+++ b/cpukit/score/cpu/mips/rtems/score/cpu.h
@@ -1137,14 +1137,7 @@ static inline void _CPU_Context_validate( uintptr_t pattern )
}
}
-void _BSP_Exception_frame_print( const CPU_Exception_frame *frame );
-
-static inline void _CPU_Exception_frame_print(
- const CPU_Exception_frame *frame
-)
-{
- _BSP_Exception_frame_print( frame );
-}
+void _CPU_Exception_frame_print( const CPU_Exception_frame *frame );
/* The following routine swaps the endian format of an unsigned int.
* It must be static because it is referenced indirectly.