]> 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>
Thu, 29 Sep 2011 06:07:54 +0000 (16:07 +1000)
commitda332850b3c23652f123bb22db49201f5b2b5225
treeb18991fa8ce395482a28dc87e7dc11b555d82f8c
parent681bac1a6c7e3485e055168865045255edec9cee
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