aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/kernel/process_no.c
diff options
context:
space:
mode:
authorMathias Krause <minipli@googlemail.com>2011-07-25 17:12:42 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2011-07-25 20:57:12 -0700
commitb7de110044b4e26adcb7b278d14da93133692ed7 (patch)
tree33723340931b8c3e8b68808cafae2a075de3215d /arch/m68k/kernel/process_no.c
parentf796062598235b9f73086d0fb779e120ae9581a0 (diff)
downloadkernel_samsung_smdk4412-b7de110044b4e26adcb7b278d14da93133692ed7.zip
kernel_samsung_smdk4412-b7de110044b4e26adcb7b278d14da93133692ed7.tar.gz
kernel_samsung_smdk4412-b7de110044b4e26adcb7b278d14da93133692ed7.tar.bz2
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>
Diffstat (limited to 'arch/m68k/kernel/process_no.c')
-rw-r--r--arch/m68k/kernel/process_no.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/kernel/process_no.c b/arch/m68k/kernel/process_no.c
index 9b86ad1..69c1803 100644
--- a/arch/m68k/kernel/process_no.c
+++ b/arch/m68k/kernel/process_no.c
@@ -158,7 +158,7 @@ void flush_thread(void)
#ifdef CONFIG_FPU
unsigned long zero = 0;
#endif
- set_fs(USER_DS);
+
current->thread.fs = __USER_DS;
#ifdef CONFIG_FPU
if (!FPU_IS_EMU)