ARM: 6668/1: ptrace: remove single-step emulation code
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / arch / arm / include / asm / processor.h
index 67357baaeeebd93417932c70ca0d370d17818f51..b439b41aeac19830489163543c817933daad5ea5 100644 (file)
 #define STACK_TOP_MAX  TASK_SIZE
 #endif
 
-union debug_insn {
-       u32     arm;
-       u16     thumb;
-};
-
-struct debug_entry {
-       u32                     address;
-       union debug_insn        insn;
-};
-
 struct debug_info {
-       int                     nsaved;
-       struct debug_entry      bp[2];
 #ifdef CONFIG_HAVE_HW_BREAKPOINT
        struct perf_event       *hbp[ARM_MAX_HBP_SLOTS];
 #endif