]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
parisc, exec: remove redundant set_fs(USER_DS)
authorMathias Krause <minipli@googlemail.com>
Wed, 16 Nov 2011 23:41:12 +0000 (10:41 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 17 Nov 2011 02:53:24 +0000 (13:53 +1100)
commit0dccb28a554f8ffb0d28d568216d0cb8ec062e06
treedfa8a24e310ba1b1822841518a61138087f96122
parente267b0e08be1022c57c424391ce280c0e182c8f2
parisc, 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: Kyle McMartin <kyle@mcmartin.ca>
Cc: Helge Deller <deller@gmx.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
arch/parisc/include/asm/processor.h
arch/parisc/kernel/process.c