Skip to content
Commit 6f883d10 authored by Will Deacon's avatar Will Deacon
Browse files

arm64: debug: rename enum debug_el to avoid symbol collision



lib/list_sort.c defines a 'struct debug_el', where "el" is assumedly a
a contraction of "element". This conflicts with 'enum debug_el' in our
asm/debug-monitors.h header file, where "el" stands for Exception Level.

The result is build failure when targetting allmodconfig, so rename our
enum to 'dbg_active_el' to be slightly more explicit about what it is.

Signed-off-by: default avatarWill Deacon <will.deacon@arm.com>
parent 662ba3db
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