forked from Imagelibrary/rtems
@@ -34,7 +34,7 @@ static void Init(rtems_task_argument arg)
|
||||
|
||||
static void fatal_extension(
|
||||
rtems_fatal_source source,
|
||||
bool is_internal,
|
||||
bool always_set_to_false,
|
||||
rtems_fatal_code code
|
||||
)
|
||||
{
|
||||
@@ -42,7 +42,7 @@ static void fatal_extension(
|
||||
|
||||
if (
|
||||
source == RTEMS_FATAL_SOURCE_SMP
|
||||
&& !is_internal
|
||||
&& !always_set_to_false
|
||||
&& code == SMP_FATAL_MANDATORY_PROCESSOR_NOT_PRESENT
|
||||
) {
|
||||
TEST_END();
|
||||
|
||||
Reference in New Issue
Block a user