]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
parisc, exec: remove redundant set_fs(USER_DS)
authorMathias Krause <minipli@googlemail.com>
Thu, 8 Dec 2011 04:33:17 +0000 (15:33 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 13 Dec 2011 06:43:05 +0000 (17:43 +1100)
commit00aa3862d22355217edd63b1b05ed29aed8a5045
tree1d643945975f8a5b38f0cdd83903e40b92b4f488
parent90b980cc5aaf0ea72ff7ae3161be36083a8b5245
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