[rtems-central commit] spec: Update GetTestableInterruptVector() calls
Sebastian Huber
sebh at rtems.org
Fri Aug 6 12:21:44 UTC 2021
Module: rtems-central
Branch: master
Commit: f11d55c91113547d67bc757daec2c45488cd3e54
Changeset: http://git.rtems.org/rtems-central/commit/?id=f11d55c91113547d67bc757daec2c45488cd3e54
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Thu Aug 5 08:32:27 2021 +0200
spec: Update GetTestableInterruptVector() calls
---
spec/rtems/intr/req/entry-install.yml | 2 +-
spec/rtems/intr/req/entry-remove.yml | 2 +-
spec/rtems/intr/req/handler-iterate.yml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/spec/rtems/intr/req/entry-install.yml b/spec/rtems/intr/req/entry-install.yml
index f7f0bb6..6e5a611 100644
--- a/spec/rtems/intr/req/entry-install.yml
+++ b/spec/rtems/intr/req/entry-install.yml
@@ -497,7 +497,7 @@ test-setup:
rtems_status_code sc;
ctx->initialized_during_setup = bsp_interrupt_is_initialized();
- ctx->test_vector = GetTestableInterruptVector();
+ ctx->test_vector = GetTestableInterruptVector( NULL );
sc = rtems_interrupt_get_attributes( ctx->test_vector, &ctx->attributes );
T_rsc_success( sc );
description: null
diff --git a/spec/rtems/intr/req/entry-remove.yml b/spec/rtems/intr/req/entry-remove.yml
index 0310870..c3abfe5 100644
--- a/spec/rtems/intr/req/entry-remove.yml
+++ b/spec/rtems/intr/req/entry-remove.yml
@@ -545,7 +545,7 @@ test-setup:
rtems_status_code sc;
ctx->initialized_during_setup = bsp_interrupt_is_initialized();
- ctx->test_vector = GetTestableInterruptVector();
+ ctx->test_vector = GetTestableInterruptVector( NULL );
sc = rtems_interrupt_get_attributes( ctx->test_vector, &ctx->attributes );
T_rsc_success( sc );
description: null
diff --git a/spec/rtems/intr/req/handler-iterate.yml b/spec/rtems/intr/req/handler-iterate.yml
index 011f6bc..af21155 100644
--- a/spec/rtems/intr/req/handler-iterate.yml
+++ b/spec/rtems/intr/req/handler-iterate.yml
@@ -202,7 +202,7 @@ test-setup:
rtems_status_code sc;
ctx->initialized_during_setup = bsp_interrupt_is_initialized();
- ctx->test_vector = GetTestableInterruptVector();
+ ctx->test_vector = GetTestableInterruptVector( NULL );
rtems_interrupt_entry_initialize(
&ctx->entry,
EntryRoutine,
More information about the vc
mailing list