summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--testsuites/validation/tr-fatal-bsp-sparc-leon3-shutdown-response.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/validation/tr-fatal-bsp-sparc-leon3-shutdown-response.c b/testsuites/validation/tr-fatal-bsp-sparc-leon3-shutdown-response.c
index c6f22c2523..1d04d6b51f 100644
--- a/testsuites/validation/tr-fatal-bsp-sparc-leon3-shutdown-response.c
+++ b/testsuites/validation/tr-fatal-bsp-sparc-leon3-shutdown-response.c
@@ -116,7 +116,7 @@ static T_fixture BspSparcLeon3ValFatalShutdownResponse_Fixture = {
static void TriggerTestCase( void )
{
- rtems_fatal( RTEMS_FATAL_SOURCE_APPLICATION, 123456 );
+ rtems_fatal( RTEMS_FATAL_SOURCE_SMP, 123456 );
}
RTEMS_SYSINIT_ITEM(
@@ -143,7 +143,7 @@ static void BspSparcLeon3ValFatalShutdownResponse_Action_0(
/*
* Check that the expected fatal source is present.
*/
- T_step_eq_int( 0, ctx->source, RTEMS_FATAL_SOURCE_APPLICATION );
+ T_step_eq_int( 0, ctx->source, RTEMS_FATAL_SOURCE_SMP );
/*
* Check that the expected fatal code is present.