commit | 6b5aa6ef646349db54dc8cc229e365388d8309a0 | [log] [tgz] |
---|---|---|
author | Antonio Nino Diaz <antonio.ninodiaz@arm.com> | Thu Feb 14 11:40:19 2019 +0000 |
committer | Antonio Nino Diaz <antonio.ninodiaz@arm.com> | Thu Feb 14 17:37:56 2019 +0000 |
tree | 26b479191cbefe6d15fa60a9ee8a24263c548d47 | |
parent | 6d081b23b43883cc6e1ff7257bbcbdd95582ec4f [diff] |
SPM: Remove unnecessary register save Since commit 01fc1c24b9a0 ("BL31: Use helper function to save registers in SMC handler") all the general-purpose registers are saved when entering EL3. It isn't needed to save them here. Change-Id: Ic540a5441b89b70888da587ab8fc3b2508cef8cc Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>