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
commitea950a5e8b46a97650d027a592aa7171642c325b (patch)
tree0f4440bff9266c36114841884e5e36e53801eb81
parentbc7962609d8f12e8f12eb9d27ad6bee79a8aae6d (diff)
testsuites/validation/tr-fatal-bsp-sparc-leon3-cache-snooping-disabled-boot.c
-rw-r--r--testsuites/validation/tr-fatal-bsp-sparc-leon3-cache-snooping-disabled-boot.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/testsuites/validation/tr-fatal-bsp-sparc-leon3-cache-snooping-disabled-boot.c b/testsuites/validation/tr-fatal-bsp-sparc-leon3-cache-snooping-disabled-boot.c
index fc22235018..afc69a77f1 100644
--- a/testsuites/validation/tr-fatal-bsp-sparc-leon3-cache-snooping-disabled-boot.c
+++ b/testsuites/validation/tr-fatal-bsp-sparc-leon3-cache-snooping-disabled-boot.c
@@ -101,14 +101,6 @@ typedef struct {
static BspSparcLeon3ValFatalCacheSnoopingDisabledBoot_Context
BspSparcLeon3ValFatalCacheSnoopingDisabledBoot_Instance;
-static T_fixture BspSparcLeon3ValFatalCacheSnoopingDisabledBoot_Fixture = {
- .setup = NULL,
- .stop = NULL,
- .teardown = NULL,
- .scope = NULL,
- .initial_context = &BspSparcLeon3ValFatalCacheSnoopingDisabledBoot_Instance
-};
-
static void DisableCacheSnooping( void )
{
uint32_t control;
@@ -124,6 +116,14 @@ RTEMS_SYSINIT_ITEM(
RTEMS_SYSINIT_ORDER_FIRST
);
+static T_fixture BspSparcLeon3ValFatalCacheSnoopingDisabledBoot_Fixture = {
+ .setup = NULL,
+ .stop = NULL,
+ .teardown = NULL,
+ .scope = NULL,
+ .initial_context = &BspSparcLeon3ValFatalCacheSnoopingDisabledBoot_Instance
+};
+
/**
* @brief The test action is carried out by the DisableCacheSnooping() system
* initialization handler.