mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
MIPS: Remove leftovers from the IRIX binary compat code.
2957c9e61e
(kernel.org) rsp.
b934da913f236bca00c41d9e386e980586000461 (lmo) [[MIPS] IRIX: Goodbye and
thanks for all the fish] left two fields in struct thread_struct which
were only being used for the IRIX compat code. Remove them.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
5456bd26ae
commit
90c9e79f5d
2 changed files with 0 additions and 8 deletions
|
@ -226,8 +226,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 irix_trampoline; /* Wheee... */
|
||||
unsigned long irix_oldctx;
|
||||
#ifdef CONFIG_CPU_CAVIUM_OCTEON
|
||||
struct octeon_cop2_state cp2 __attribute__ ((__aligned__(128)));
|
||||
struct octeon_cvmseg_state cvmseg __attribute__ ((__aligned__(128)));
|
||||
|
@ -297,8 +295,6 @@ struct thread_struct {
|
|||
.cp0_badvaddr = 0, \
|
||||
.cp0_baduaddr = 0, \
|
||||
.error_code = 0, \
|
||||
.irix_trampoline = 0, \
|
||||
.irix_oldctx = 0, \
|
||||
/* \
|
||||
* Cavium Octeon specifics (null if not Octeon) \
|
||||
*/ \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue