]> git.karo-electronics.de Git - karo-tx-linux.git/commit
parisc, exec: remove redundant set_fs(USER_DS)
authorMathias Krause <minipli@googlemail.com>
Wed, 30 Nov 2011 04:07:57 +0000 (15:07 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 30 Nov 2011 04:13:41 +0000 (15:13 +1100)
commit2d56cfe4bb33ecd26a7618efc2054b7f13df7258
tree0e8af7657bc2a09c6c86d199cd6791752b93aaf3
parent3c59f54890055589ad98c2e10e9b90bb1d45129a
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