]> git.karo-electronics.de Git - karo-tx-linux.git/commit
parisc, exec: remove redundant set_fs(USER_DS)
authorMathias Krause <minipli@googlemail.com>
Wed, 28 Sep 2011 00:49:47 +0000 (10:49 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 30 Sep 2011 04:53:13 +0000 (14:53 +1000)
commit84e8cbd1aa1f237f14649b1b5507e1bf26abf095
tree6eb8ef9a42185a3d444ef09c33a05f652e300c4a
parentd2c1f24de8fb32f96227dce21288b63170845b32
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 <>
arch/parisc/include/asm/processor.h
arch/parisc/kernel/process.c