diff options
| -rw-r--r-- | include/asm-mips/ptrace.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/asm-mips/ptrace.h b/include/asm-mips/ptrace.h index 4fb0fc43ffd7..5f3a9075cd28 100644 --- a/include/asm-mips/ptrace.h +++ b/include/asm-mips/ptrace.h | |||
| @@ -44,9 +44,8 @@ struct pt_regs { | |||
| 44 | unsigned long cp0_epc; | 44 | unsigned long cp0_epc; |
| 45 | #ifdef CONFIG_MIPS_MT_SMTC | 45 | #ifdef CONFIG_MIPS_MT_SMTC |
| 46 | unsigned long cp0_tcstatus; | 46 | unsigned long cp0_tcstatus; |
| 47 | unsigned long smtc_pad; | ||
| 48 | #endif /* CONFIG_MIPS_MT_SMTC */ | 47 | #endif /* CONFIG_MIPS_MT_SMTC */ |
| 49 | }; | 48 | } __attribute__ ((aligned (8))); |
| 50 | 49 | ||
| 51 | /* Arbitrarily choose the same ptrace numbers as used by the Sparc code. */ | 50 | /* Arbitrarily choose the same ptrace numbers as used by the Sparc code. */ |
| 52 | #define PTRACE_GETREGS 12 | 51 | #define PTRACE_GETREGS 12 |
