]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/mips/include/asm/ptrace.h
MIPS: Add Cavium OCTEON specific registers to ptrace.h and asm-offsets.c
[linux-2.6-omap-h63xx.git] / arch / mips / include / asm / ptrace.h
index c2c8bac43307570cd444daaa321b548025844697..1f30d16d46697dcccdd4188524f4eaae91a6c5a9 100644 (file)
@@ -48,6 +48,10 @@ struct pt_regs {
 #ifdef CONFIG_MIPS_MT_SMTC
        unsigned long cp0_tcstatus;
 #endif /* CONFIG_MIPS_MT_SMTC */
+#ifdef CONFIG_CPU_CAVIUM_OCTEON
+       unsigned long long mpl[3];        /* MTM{0,1,2} */
+       unsigned long long mtp[3];        /* MTP{0,1,2} */
+#endif
 } __attribute__ ((aligned (8)));
 
 /* Arbitrarily choose the same ptrace numbers as used by the Sparc code. */