]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/sparc/include/asm/kdebug_64.h
sparc64:Support User Probes for sparc
[karo-tx-linux.git] / arch / sparc / include / asm / kdebug_64.h
index 04465de8f3b52b5255c863f462fe437fbd2f7063..867286bf7b1a420807c18430bf43f86a83e9e7e5 100644 (file)
@@ -10,6 +10,8 @@ enum die_val {
        DIE_OOPS = 1,
        DIE_DEBUG,      /* ta 0x70 */
        DIE_DEBUG_2,    /* ta 0x71 */
+       DIE_BPT,        /* ta 0x73 */
+       DIE_SSTEP,      /* ta 0x74 */
        DIE_DIE,
        DIE_TRAP,
        DIE_TRAP_TL1,