commit | 3991b8898814ea5929e6d95cda5624291b2361c3 | [log] [tgz] |
---|---|---|
author | Manish Pandey <manish.pandey2@arm.com> | Thu Jul 20 14:08:38 2023 +0100 |
committer | Manish Pandey <manish.pandey2@arm.com> | Fri Jul 21 09:59:33 2023 +0100 |
tree | 5790e9134aee25fe7cb39b1a681718f110d4d42d | |
parent | 2503c8f3204c60013de8caa2e165b2875ad735e5 [diff] |
refactor(el3-runtime): move interrupt exception handler from macro to a function interrupt exception handler in vector entry is used as a asm macro (added as inline code) instead of a function call. Since we have limited space (0x80) for a vector entry there is a chance that it may overflow in the future. Signed-off-by: Manish Pandey <manish.pandey2@arm.com> Change-Id: Ieb59f249c58b52e56e0217268fa4dc40b420f8d3