Skip to content
Commit 8dc2c666 authored by Sam Edwards's avatar Sam Edwards Committed by Tom Rini
Browse files

psci: fix use of clobbered registers in asm



The functions `psci_get_context_id` and `psci_get_target_pc`
are written in C, so the C compiler may clobber registers r0-r3.
Do not use these registers to save data across calls.

Signed-off-by: default avatarSam Edwards <CFSworks@gmail.com>
parent 50195a23
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment