sh, exec: remove redundant set_fs(USER_DS)
authorMathias Krause <minipli@googlemail.com>
Fri, 10 Jun 2011 13:10:48 +0000 (13:10 +0000)
committerPaul Mundt <lethal@linux-sh.org>
Tue, 14 Jun 2011 06:15:58 +0000 (15:15 +0900)
commit201fbceb258650157fcc4fd746abcdd3a571eada
tree1ac5bb6e6e640ea1f584b0701332b5e8c68db614
parent9aa7719e0c6a1580451900e672744752804f8f75
sh, 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.

Signed-off-by: Mathias Krause <minipli@googlemail.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/include/asm/processor_64.h
arch/sh/kernel/process_32.c