Commit 8f14820c authored by Alex Williamson's avatar Alex Williamson Committed by David Mosberger

[PATCH] ia64: fix typo in ia32_support.c

Happened to notice the attached redundancy.
parent db19f36a
......@@ -95,8 +95,6 @@ ia32_load_state (struct task_struct *t)
struct pt_regs *regs = ia64_task_regs(t);
int nr = smp_processor_id(); /* LDT and TSS depend on CPU number: */
nr = smp_processor_id();
eflag = t->thread.eflag;
fsr = t->thread.fsr;
fcr = t->thread.fcr;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment