commit | b7de110044b4e26adcb7b278d14da93133692ed7 | [log] [tgz] |
---|---|---|
author | Mathias Krause <minipli@googlemail.com> | Mon Jul 25 17:12:42 2011 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon Jul 25 20:57:12 2011 -0700 |
tree | 33723340931b8c3e8b68808cafae2a075de3215d | |
parent | f796062598235b9f73086d0fb779e120ae9581a0 [diff] |
m68k, 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: Greg Ungerer <gerg@uclinux.org> Cc: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>