Commit 5112e603 authored by Varun Wadekar's avatar Varun Wadekar
Browse files

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: default avatarVarun Wadekar <vwadekar@nvidia.com>
parent 024fe67f
......@@ -27,8 +27,6 @@
* table.
* -------------------------------------------------
*/
.globl workaround_bpflush_runtime_exceptions
vector_base workaround_bpflush_runtime_exceptions
.macro apply_workaround
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment