Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tftf/tests/performance_tests/test_psci_latencies.c
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ test_result_t psci_trigger_peer_cluster_cache_coh(void)
/* Turn On the `keep_on CPU` and keep it ON for the baseline data */
ret = tftf_try_cpu_on(target_keep_on_mpid, (uintptr_t) test_target_keep_on_function, 0);
if (ret != PSCI_E_SUCCESS) {
tftf_testcase_printf("Failed to turn ON target CPU %x\n", target_mpid);
tftf_testcase_printf("Failed to turn ON target CPU %x\n", target_keep_on_mpid);
return TEST_RESULT_FAIL;
}

Expand Down