projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39408c6
)
Allocate break code 513 to KDB.
author
Ralf Baechle
<ralf@linux-mips.org>
Wed, 16 Feb 2005 20:15:40 +0000
(20:15 +0000)
committer
Ralf 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
patch
|
blob
|
history
diff --git
a/include/asm-mips/break.h
b/include/asm-mips/break.h
index
2e6de78
..
25b980c
100644
(file)
--- a/
include/asm-mips/break.h
+++ b/
include/asm-mips/break.h
@@
-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 */