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:
Joel Sherrill
2006-08-23 11:25:54 +00:00
parent eb6276b55f
commit e8beb87007
4 changed files with 10 additions and 20 deletions

View File

@@ -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.

View File

@@ -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");
}

View File

@@ -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.

View File

@@ -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");
}