commit | 5ec80e50e11bcc3f39e47b9dc73110dbc58e4780 | [log] [tgz] |
---|---|---|
author | Mathias Krause <minipli@googlemail.com> | Mon Jul 25 17:12:44 2011 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon Jul 25 20:57:12 2011 -0700 |
tree | 5a33f0d6c466c1cefbb7e22f7ad9b8fdb74e79d4 | |
parent | ce1bb7afc5648056cf66896c4aebc0062bb12f79 [diff] |
cris, 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> Cc: Jesper Nilsson <jesper.nilsson@axis.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>