ARM: exec: remove redundant set_fs(USER_DS)
authorMathias Krause <minipli@googlemail.com>
Mon, 5 Mar 2012 23:05:34 +0000 (15:05 -0800)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 24 Mar 2012 09:38:55 +0000 (09:38 +0000)
commite88443cdfc61af5cd22d6aeb245ee94833c473bc
treef1edaec90fab3da774e3f156053a59ac2bfdcd8e
parentb21d55e98ac2bbcbbeec9a8cb091f717fd95b072
ARM: exec: remove redundant set_fs(USER_DS)

The address limit is already set in flush_old_exec() so this
set_fs(USER_DS) is redundant.

Signed-off-by: Mathias Krause <minipli@googlemail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/include/asm/processor.h