summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-11-08 11:16:49 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-11-09 15:47:12 +0100
commit2a275a876e4ea1fa9b4c28b01d16b7fdfa8726fe (patch)
tree25e5f44c53103f5902a0c82b5acb57555c166f59
parentea950a5e8b46a97650d027a592aa7171642c325b (diff)
testsuites/validation/tr-fatal-bsp-sparc-leon3-cache-snooping-disabled-secondary.c
-rw-r--r--testsuites/validation/tr-fatal-bsp-sparc-leon3-cache-snooping-disabled-secondary.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/testsuites/validation/tr-fatal-bsp-sparc-leon3-cache-snooping-disabled-secondary.c b/testsuites/validation/tr-fatal-bsp-sparc-leon3-cache-snooping-disabled-secondary.c
index 03fdad088c..623adc02dc 100644
--- a/testsuites/validation/tr-fatal-bsp-sparc-leon3-cache-snooping-disabled-secondary.c
+++ b/testsuites/validation/tr-fatal-bsp-sparc-leon3-cache-snooping-disabled-secondary.c
@@ -102,14 +102,6 @@ typedef struct {
static BspSparcLeon3ValFatalCacheSnoopingDisabledSecondary_Context
BspSparcLeon3ValFatalCacheSnoopingDisabledSecondary_Instance;
-static T_fixture BspSparcLeon3ValFatalCacheSnoopingDisabledSecondary_Fixture = {
- .setup = NULL,
- .stop = NULL,
- .teardown = NULL,
- .scope = NULL,
- .initial_context = &BspSparcLeon3ValFatalCacheSnoopingDisabledSecondary_Instance
-};
-
void __real_bsp_start_on_secondary_processor( struct Per_CPU_Control *cpu_self );
void __wrap_bsp_start_on_secondary_processor( struct Per_CPU_Control *cpu_self );
@@ -125,6 +117,14 @@ void __wrap_bsp_start_on_secondary_processor( struct Per_CPU_Control *cpu_self )
__real_bsp_start_on_secondary_processor( cpu_self );
}
+static T_fixture BspSparcLeon3ValFatalCacheSnoopingDisabledSecondary_Fixture = {
+ .setup = NULL,
+ .stop = NULL,
+ .teardown = NULL,
+ .scope = NULL,
+ .initial_context = &BspSparcLeon3ValFatalCacheSnoopingDisabledSecondary_Instance
+};
+
/**
* @brief The test action is carried out by the wrapped
* bsp_start_on_secondary_processor() function.