ARM: hw_breakpoint: do not allocate new breakpoints with preemption disabled
[linux-2.6-microblaze.git] / arch / arm / include / asm / hw_breakpoint.h
index 4d8ae9d..881429d 100644 (file)
@@ -20,7 +20,7 @@ struct arch_hw_breakpoint_ctrl {
 struct arch_hw_breakpoint {
        u32     address;
        u32     trigger;
-       struct perf_event *suspended_wp;
+       struct arch_hw_breakpoint_ctrl step_ctrl;
        struct arch_hw_breakpoint_ctrl ctrl;
 };