Rename is_internal to always_set_to_false

Update #2825.
This commit is contained in:
Sebastian Huber
2016-12-09 10:49:49 +01:00
parent b6606e8d99
commit 6a9282d9bb
44 changed files with 75 additions and 71 deletions

View File

@@ -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();