summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/helas403/startup/bspstart.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2006-08-23 11:25:54 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2006-08-23 11:25:54 +0000
commite8beb87007f4036b2900650f0576e4b3097636b8 (patch)
treecf2313876af732508edf27d685b9b433641995ea /c/src/lib/libbsp/powerpc/helas403/startup/bspstart.c
parent2006-08-23 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-e8beb87007f4036b2900650f0576e4b3097636b8.tar.bz2
2006-08-23 Joel Sherrill <joel@OARcorp.com>
* startup/bspstart.c: Revert patch adding new exception support code to an old exception BSP.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/powerpc/helas403/startup/bspstart.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/c/src/lib/libbsp/powerpc/helas403/startup/bspstart.c b/c/src/lib/libbsp/powerpc/helas403/startup/bspstart.c
index 52cbf933bb..58717e14b3 100644
--- a/c/src/lib/libbsp/powerpc/helas403/startup/bspstart.c
+++ b/c/src/lib/libbsp/powerpc/helas403/startup/bspstart.c
@@ -178,13 +178,3 @@ void bsp_start( void )
Cpu_table.timer_least_valid = 3;
Cpu_table.exceptions_in_RAM = TRUE;
}
-
-/*
- * Fatal error helper
- */
-void _BSP_Fatal_error(unsigned int v)
-{
- /* This BSP does not yet support printk */
- /* printk("%s PANIC ERROR %x\n",_RTEMS_version, v); */
- __asm__ __volatile ("sc");
-}