summaryrefslogtreecommitdiffstats
path: root/spec/rtems/message/req/perf-send-other-cpu.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rtems/message/req/perf-send-other-cpu.yml')
-rw-r--r--spec/rtems/message/req/perf-send-other-cpu.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/spec/rtems/message/req/perf-send-other-cpu.yml b/spec/rtems/message/req/perf-send-other-cpu.yml
index 2df5a7ae..72bf93c0 100644
--- a/spec/rtems/message/req/perf-send-other-cpu.yml
+++ b/spec/rtems/message/req/perf-send-other-cpu.yml
@@ -141,13 +141,11 @@ test-body:
brief: |
Send a message.
code: |
- uint64_t message;
-
ctx->begin = T_tick();
ctx->status = rtems_message_queue_send(
ctx->queue_id,
- &message,
- sizeof( message )
+ &ctx->message,
+ sizeof( ctx->message )
);
description: null
test-cleanup: