Allocate break code 513 to KDB.
authorRalf Baechle <ralf@linux-mips.org>
Wed, 16 Feb 2005 20:15:40 +0000 (20:15 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Sat, 29 Oct 2005 18:30:34 +0000 (19:30 +0100)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
include/asm-mips/break.h

index 2e6de788f20743422894bb815b80c4f1539dc73d..25b980c91e7eafa3ddbb2b684811329f54ac69b1 100644 (file)
@@ -28,6 +28,7 @@
 #define BRK_NORLD      10      /* No rld found - not used by Linux/MIPS */
 #define _BRK_THREADBP  11      /* For threads, user bp (used by debuggers) */
 #define BRK_BUG                512     /* Used by BUG() */
+#define BRK_KDB                513     /* Used in KDB_ENTER() */
 #define BRK_MULOVF     1023    /* Multiply overflow */
 
 #endif /* __ASM_BREAK_H */
This page took 0.047417 seconds and 5 git commands to generate.