Skip to content

Commit

Permalink
Debug: Add PSCI log message
Browse files Browse the repository at this point in the history
  • Loading branch information
pelwell committed Nov 26, 2024
1 parent 3687701 commit a683c48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/firmware/psci/psci.c
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ __invoke_psci_fn_smc(unsigned long function_id,
struct arm_smccc_res res;

arm_smccc_smc(function_id, arg0, arg1, arg2, 0, 0, 0, 0, &res);
pr_err("PSCI: %lx %lx -> %lx\n", function_id, arg0, res.a0);
return res.a0;
}

Expand Down

0 comments on commit a683c48

Please sign in to comment.