arm64: debug: rename enum debug_el to avoid symbol collision
[deliverable/linux.git] / arch / arm64 / kernel / debug-monitors.c
index b056369fd47da0b4cfa6900e61474cf07fc06ea7..9b3b62ac9c244ba91b9f7020ac7fe0dbb141c5ec 100644 (file)
@@ -82,7 +82,7 @@ early_param("nodebugmon", early_debug_disable);
 static DEFINE_PER_CPU(int, mde_ref_count);
 static DEFINE_PER_CPU(int, kde_ref_count);
 
-void enable_debug_monitors(enum debug_el el)
+void enable_debug_monitors(enum dbg_active_el el)
 {
        u32 mdscr, enable = 0;
 
@@ -102,7 +102,7 @@ void enable_debug_monitors(enum debug_el el)
        }
 }
 
-void disable_debug_monitors(enum debug_el el)
+void disable_debug_monitors(enum dbg_active_el el)
 {
        u32 mdscr, disable = 0;
 
This page took 0.024316 seconds and 5 git commands to generate.