Commit cc57b27f authored by David Mosberger's avatar David Mosberger

[PATCH] ia64: fix preempt bug in IA32 subsystem

Without this patch, IA32 programs will stall when CONFIG_PREEMPT is enabled.
parent 091ad0b3
......@@ -134,8 +134,6 @@ ia32_load_state (struct task_struct *t)
regs->r17 = (_TSS << 48) | (_LDT << 32) | (__u32) regs->r17;
regs->r30 = load_desc(_LDT); /* LDTD */
load_TLS(&t->thread, smp_processor_id());
put_cpu();
}
/*
......
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