frv, exec: remove redundant set_fs(USER_DS)

The address limit is already set in flush_old_exec() so those calls to
set_fs(USER_DS) are redundant.

Also removed the dead code in flush_thread().

Signed-off-by: Mathias Krause <minipli@googlemail.com>
Acked-by: David Howells <dhowells@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
这个提交包含在:
Mathias Krause
2011-07-26 16:08:15 -07:00
提交者 Linus Torvalds
父节点 6fd4ce8864
当前提交 adc400f690
修改 2 个文件,包含 1 行新增5 行删除

查看文件

@@ -143,10 +143,7 @@ void machine_power_off(void)
void flush_thread(void)
{
#if 0 //ndef NO_FPU
unsigned long zero = 0;
#endif
set_fs(USER_DS);
/* nothing */
}
inline unsigned long user_stack(const struct pt_regs *regs)