diff options
author | Varun Wadekar <vwadekar@nvidia.com> | 2019-06-13 11:55:05 -0700 |
---|---|---|
committer | Varun Wadekar <vwadekar@nvidia.com> | 2020-08-08 18:53:22 -0700 |
commit | 5112e603285e3a27f0de25e02910deabc3653cbc (patch) | |
tree | 720dd86c2a6de276eecf8fb5b076c25d849a93e8 /lib/cpus/aarch64 | |
parent | 024fe67f23259aa95fd531adc6ee999cdeb6a845 (diff) | |
download | platform_external_arm-trusted-firmware-5112e603285e3a27f0de25e02910deabc3653cbc.tar.gz platform_external_arm-trusted-firmware-5112e603285e3a27f0de25e02910deabc3653cbc.tar.bz2 platform_external_arm-trusted-firmware-5112e603285e3a27f0de25e02910deabc3653cbc.zip |
lib: cpus: denver: mark exception vectors as private
This patch removes the 'workaround_bpflush_runtime_exceptions' exception
vector table base address from the globals list as it gets used only by
the Denver CPU implementation.
Change-Id: I6ef94989f6dc4535d464493cc8621d32795ee1f6
Signed-off-by: Varun Wadekar <vwadekar@nvidia.com>
Diffstat (limited to 'lib/cpus/aarch64')
-rw-r--r-- | lib/cpus/aarch64/denver.S | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/cpus/aarch64/denver.S b/lib/cpus/aarch64/denver.S index c050b02a7..bdca4c343 100644 --- a/lib/cpus/aarch64/denver.S +++ b/lib/cpus/aarch64/denver.S @@ -27,8 +27,6 @@ * table. * ------------------------------------------------- */ - .globl workaround_bpflush_runtime_exceptions - vector_base workaround_bpflush_runtime_exceptions .macro apply_workaround |