mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
2006-08-23 Joel Sherrill <joel@OARcorp.com>
* startup/bspstart.c: Revert patch adding new exception support code to an old exception BSP.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2006-08-23 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Revert patch adding new exception support code to
|
||||
an old exception BSP.
|
||||
|
||||
2006-08-22 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Add basic _BSP_Fatal_error.
|
||||
|
||||
@@ -190,13 +190,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");
|
||||
}
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2006-08-23 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Revert patch adding new exception support code to
|
||||
an old exception BSP.
|
||||
|
||||
2006-08-22 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Add basic _BSP_Fatal_error.
|
||||
|
||||
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user