Changeset e8beb870 in rtems
- Timestamp:
- 08/23/06 11:25:54 (17 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 83fb86f
- Parents:
- eb6276b
- Location:
- c/src/lib/libbsp/powerpc
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/powerpc/gen405/ChangeLog
reb6276b re8beb870 1 2006-08-23 Joel Sherrill <joel@OARcorp.com> 2 3 * startup/bspstart.c: Revert patch adding new exception support code to 4 an old exception BSP. 5 1 6 2006-08-22 Joel Sherrill <joel@OARcorp.com> 2 7 -
c/src/lib/libbsp/powerpc/gen405/startup/bspstart.c
reb6276b re8beb870 191 191 Cpu_table.exceptions_in_RAM = TRUE; 192 192 } 193 194 /*195 * Fatal error helper196 */197 void _BSP_Fatal_error(unsigned int v)198 {199 /* This BSP does not yet support printk */200 /* printk("%s PANIC ERROR %x\n",_RTEMS_version, v); */201 __asm__ __volatile ("sc");202 } -
c/src/lib/libbsp/powerpc/helas403/ChangeLog
reb6276b re8beb870 1 2006-08-23 Joel Sherrill <joel@OARcorp.com> 2 3 * startup/bspstart.c: Revert patch adding new exception support code to 4 an old exception BSP. 5 1 6 2006-08-22 Joel Sherrill <joel@OARcorp.com> 2 7 -
c/src/lib/libbsp/powerpc/helas403/startup/bspstart.c
reb6276b re8beb870 179 179 Cpu_table.exceptions_in_RAM = TRUE; 180 180 } 181 182 /*183 * Fatal error helper184 */185 void _BSP_Fatal_error(unsigned int v)186 {187 /* This BSP does not yet support printk */188 /* printk("%s PANIC ERROR %x\n",_RTEMS_version, v); */189 __asm__ __volatile ("sc");190 }
Note: See TracChangeset
for help on using the changeset viewer.