···155155#ifdef __KERNEL__156156#include <asm/sigcontext.h>157157158158-/*159159- * The following break codes are or were in use for specific purposes in160160- * other MIPS operating systems. Linux/MIPS doesn't use all of them. The161161- * unused ones are here as placeholders; we might encounter them in162162- * non-Linux/MIPS object files or make use of them in the future.163163- */164164-#define BRK_USERBP 0 /* User bp (used by debuggers) */165165-#define BRK_KERNELBP 1 /* Break in the kernel */166166-#define BRK_ABORT 2 /* Sometimes used by abort(3) to SIGIOT */167167-#define BRK_BD_TAKEN 3 /* For bd slot emulation - not implemented */168168-#define BRK_BD_NOTTAKEN 4 /* For bd slot emulation - not implemented */169169-#define BRK_SSTEPBP 5 /* User bp (used by debuggers) */170170-#define BRK_OVERFLOW 6 /* Overflow check */171171-#define BRK_DIVZERO 7 /* Divide by zero check */172172-#define BRK_RANGE 8 /* Range error check */173173-#define BRK_STACKOVERFLOW 9 /* For Ada stackchecking */174174-#define BRK_NORLD 10 /* No rld found - not used by Linux/MIPS */175175-#define _BRK_THREADBP 11 /* For threads, user bp (used by debuggers) */176176-#define BRK_MULOVF 1023 /* Multiply overflow */177177-#define BRK_BUG 512 /* Used by BUG() */178178-179158#define ptrace_signal_deliver(regs, cookie) do { } while (0)180159181160#endif /* __KERNEL__ */