Searched hist:e19ea3f2a8c81d980d5f1ca8b70966661361f04b (Results 1 – 1 of 1) sorted by relevance
| /rk3399_ARM-atf/common/ |
| H A D | runtime_svc.c | e19ea3f2a8c81d980d5f1ca8b70966661361f04b Wed Jun 27 15:18:48 UTC 2018 Daniel Boulby <daniel.boulby@arm.com> 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>
|