mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-23 11:15:40 +08:00
score: Add RTEMS_FATAL_SOURCE_SMP
Use rtems_fatal() instead of _CPU_Fatal_halt() to shutdown processors in SMP configurations since this allows intervention of BSP or application specific fatal extensions.
This commit is contained in:
@@ -36,7 +36,8 @@ static const char *const fatal_source_text[] = {
|
||||
"RTEMS_FATAL_SOURCE_BSP",
|
||||
"RTEMS_FATAL_SOURCE_ASSERT",
|
||||
"RTEMS_FATAL_SOURCE_STACK_CHECKER",
|
||||
"RTEMS_FATAL_SOURCE_EXCEPTION"
|
||||
"RTEMS_FATAL_SOURCE_EXCEPTION",
|
||||
"RTEMS_FATAL_SOURCE_SMP"
|
||||
};
|
||||
|
||||
const char *rtems_fatal_source_text( rtems_fatal_source source )
|
||||
|
||||
Reference in New Issue
Block a user