Browse Source

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>
pull/1979/head
Varun Wadekar 5 years ago
parent
commit
5112e60328
  1. 2
      lib/cpus/aarch64/denver.S

2
lib/cpus/aarch64/denver.S

@ -27,8 +27,6 @@
* table.
* -------------------------------------------------
*/
.globl workaround_bpflush_runtime_exceptions
vector_base workaround_bpflush_runtime_exceptions
.macro apply_workaround

Loading…
Cancel
Save