]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: Remove redundant addr_limit assignment on exec.
authorMathias Krause <minipli@googlemail.com>
Fri, 10 Jun 2011 13:10:04 +0000 (15:10 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 25 Jul 2011 16:23:29 +0000 (17:23 +0100)
commit10cddb96f4e087503eaf3ed7b15dda120d937d95
tree53791376f78604be2c8a9b63f80feadf88b5ba23
parent46f5f518db30a5a0cea5fb46bb582ba70d0b2fab
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 0d2161727d08832c2c6912f306baf9023b7dd810 for
further explanation.]

Signed-off-by: Mathias Krause <minipli@googlemail.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
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 <ralf@linux-mips.org>
arch/mips/kernel/process.c