diff options
Diffstat (limited to 'arch/sparc64')
-rw-r--r-- | arch/sparc64/kernel/process.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/sparc64/kernel/process.c b/arch/sparc64/kernel/process.c index 11bb6c4612de..d5e2acef9877 100644 --- a/arch/sparc64/kernel/process.c +++ b/arch/sparc64/kernel/process.c | |||
@@ -215,7 +215,6 @@ static void __global_reg_self(struct thread_info *tp, struct pt_regs *regs, | |||
215 | global_reg_snapshot[this_cpu].o7 = regs->u_regs[UREG_I7]; | 215 | global_reg_snapshot[this_cpu].o7 = regs->u_regs[UREG_I7]; |
216 | 216 | ||
217 | if (regs->tstate & TSTATE_PRIV) { | 217 | if (regs->tstate & TSTATE_PRIV) { |
218 | struct thread_info *tp = current_thread_info(); | ||
219 | struct reg_window *rw; | 218 | struct reg_window *rw; |
220 | 219 | ||
221 | rw = (struct reg_window *) | 220 | rw = (struct reg_window *) |
@@ -271,7 +270,6 @@ void __trigger_all_cpu_backtrace(void) | |||
271 | 270 | ||
272 | for_each_online_cpu(cpu) { | 271 | for_each_online_cpu(cpu) { |
273 | struct global_reg_snapshot *gp = &global_reg_snapshot[cpu]; | 272 | struct global_reg_snapshot *gp = &global_reg_snapshot[cpu]; |
274 | struct thread_info *tp; | ||
275 | 273 | ||
276 | __global_reg_poll(gp); | 274 | __global_reg_poll(gp); |
277 | 275 | ||