]> 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>
Tue, 4 Oct 2011 07:38:21 +0000 (18:38 +1100)
commit0b7e3f26a288b40e1f93487657f71ca54abaa7a5
treeea92a896a1a4629428d579c6c8daf2455be6b27c
parentaa51feaf47d9dcdaa906e269dcad16ef746ada1d
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