SPM: Remove unnecessary register save
authorAntonio Nino Diaz <antonio.ninodiaz@arm.com>
Thu, 14 Feb 2019 11:40:19 +0000 (11:40 +0000)
committerAntonio Nino Diaz <antonio.ninodiaz@arm.com>
Thu, 14 Feb 2019 17:37:56 +0000 (17:37 +0000)
commit9efdbc2cd894e99680c191a3c8e4a868cec12282
tree26b479191cbefe6d15fa60a9ee8a24263c548d47
parent3e310f30f29d37faee6625cff54c31bdae1cbb72
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>
services/std_svc/spm/sprt.c