MIPS: Remove unused task_struct.trap_no field.
[linux-drm-fsl-dcu.git] / arch / mips / include / asm / processor.h
index 24d91f8618f077174baa784b7ef7dc95ec0e7244..0d629bb93cbe1abc175ef5adcd7976e5d424d52e 100644 (file)
@@ -229,7 +229,6 @@ struct thread_struct {
        unsigned long cp0_badvaddr;     /* Last user fault */
        unsigned long cp0_baduaddr;     /* Last kernel fault accessing USEG */
        unsigned long error_code;
-       unsigned long trap_no;
        unsigned long irix_trampoline;  /* Wheee... */
        unsigned long irix_oldctx;
 #ifdef CONFIG_CPU_CAVIUM_OCTEON
@@ -301,7 +300,6 @@ struct thread_struct {
        .cp0_badvaddr           = 0,                            \
        .cp0_baduaddr           = 0,                            \
        .error_code             = 0,                            \
-       .trap_no                = 0,                            \
        .irix_trampoline        = 0,                            \
        .irix_oldctx            = 0,                            \
        /*                                                      \