commit | 278d402947ec46e40e897a5e8574af843657af9d | [log] [tgz] |
---|---|---|
author | Daniel Boulby <daniel.boulby@arm.com> | Wed Jun 27 16:18:48 2018 +0100 |
committer | Daniel Boulby <daniel.boulby@arm.com> | Thu Aug 30 17:38:46 2018 +0100 |
tree | 2e4e98a54de0d2115a9a8282056ebefb25240d32 | |
parent | 8cdabb246b0ce37bb7e183d7a0503fca538f4d9b [diff] |
Remove rt_svc_descs pointer from global scope A pointer to rt_svc_desc_t is defined both in the function handle_runtime_svc() and globally. Since the value of the pointer RT_SVC_DESCS_START is defined by the linker and never changes make this definition local in both handle_runtime_svc() and runtime_svc_init() to reduce the number of loads Change-Id: Iea42c778d8599a26c87700009163b5a8d7d60be2 Signed-off-by: Daniel Boulby <daniel.boulby@arm.com>