Changeset 9eec2f3 in rtems for cpukit/sapi


Ignore:
Timestamp:
02/17/14 12:46:11 (10 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
4.11, 5, master
Children:
2cb95b5f
Parents:
46d7fa5
git-author:
Sebastian Huber <sebastian.huber@…> (02/17/14 12:46:11)
git-committer:
Sebastian Huber <sebastian.huber@…> (02/19/14 08:59:40)
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpukit/sapi/src/fatalsrctext.c

    r46d7fa5 r9eec2f3  
    3737  "RTEMS_FATAL_SOURCE_ASSERT",
    3838  "RTEMS_FATAL_SOURCE_STACK_CHECKER",
    39   "RTEMS_FATAL_SOURCE_EXCEPTION"
     39  "RTEMS_FATAL_SOURCE_EXCEPTION",
     40  "RTEMS_FATAL_SOURCE_SMP"
    4041};
    4142
Note: See TracChangeset for help on using the changeset viewer.