diff options
Diffstat (limited to 'arch/mips/kernel/traps.c')
-rw-r--r-- | arch/mips/kernel/traps.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kernel/traps.c b/arch/mips/kernel/traps.c index 7058893d5ad2..59a187956de0 100644 --- a/arch/mips/kernel/traps.c +++ b/arch/mips/kernel/traps.c | |||
@@ -519,7 +519,7 @@ static inline int simulate_llsc(struct pt_regs *regs) | |||
519 | */ | 519 | */ |
520 | static inline int simulate_rdhwr(struct pt_regs *regs) | 520 | static inline int simulate_rdhwr(struct pt_regs *regs) |
521 | { | 521 | { |
522 | struct thread_info *ti = current->thread_info; | 522 | struct thread_info *ti = task_thread_info(current); |
523 | unsigned int opcode; | 523 | unsigned int opcode; |
524 | 524 | ||
525 | if (unlikely(get_insn_opcode(regs, &opcode))) | 525 | if (unlikely(get_insn_opcode(regs, &opcode))) |