commit | 03fafc0b66ed8fe20dd15a119354e9515f0311e3 | [log] [tgz] |
---|---|---|
author | Arvind Ram Prakash <arvind.ramprakash@arm.com> | Tue Feb 20 11:35:27 2024 -0600 |
committer | Arvind Ram Prakash <arvind.ramprakash@arm.com> | Thu Mar 07 11:35:49 2024 -0600 |
tree | d79f92c271a5c711a1d20a0aaf3774efdf7a7114 | |
parent | 0cda4adae701f533be85cb4172841de031dbe383 [diff] |
refactor(sdei): use common create_spsr() in SDEI library The current SPSR updation code as part of the SDEI interrupt handler code is outdated. This patch replaces the legacy code with a call to an up-to-date create_spsr() Change-Id: I1f5fdd41dd14f4b09601310fe881fa3783d7f505 Signed-off-by: Arvind Ram Prakash <arvind.ramprakash@arm.com>