From: Mathias Krause Date: Fri, 10 Jun 2011 13:10:04 +0000 (+0200) Subject: MIPS: Remove redundant addr_limit assignment on exec. X-Git-Tag: v3.1-rc1~219^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a7136602b6fcb27073a241006cd5d029cacfafa;p=pandora-kernel.git MIPS: Remove redundant addr_limit assignment on exec. The address limit is already set in flush_old_exec() via set_fs(USER_DS) so this assignment is redundant. [ralf@linux-mips.org: also see dac853ae89043f1b7752875300faf614de43c74b for further explanation.] Signed-off-by: Mathias Krause Cc: Andrew Morton Cc: Linus Torvalds Cc: linux-mips@linux-mips.org Cc: linux-kernel@vger.kernel.org Patchwork: https://patchwork.linux-mips.org/patch/2466/ Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed