Home
last modified time | relevance | path

Searched hist:"6 f883d10a18b971a3646303d12ef75138dfd31f9" (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/arm64/include/asm/
H A Ddebug-monitors.hdiff 6f883d10a18b971a3646303d12ef75138dfd31f9 Mon Jul 27 12:36:54 CDT 2015 Will Deacon <will.deacon@arm.com> 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: Will Deacon <will.deacon@arm.com>
/openbmc/linux/arch/arm64/kernel/
H A Dhw_breakpoint.cdiff 6f883d10a18b971a3646303d12ef75138dfd31f9 Mon Jul 27 12:36:54 CDT 2015 Will Deacon <will.deacon@arm.com> 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: Will Deacon <will.deacon@arm.com>
H A Ddebug-monitors.cdiff 6f883d10a18b971a3646303d12ef75138dfd31f9 Mon Jul 27 12:36:54 CDT 2015 Will Deacon <will.deacon@arm.com> 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: Will Deacon <will.deacon@arm.com>