]> git.baikalelectronics.ru Git - kernel.git/commit
mn10300: get rid of set_fs(USER_DS) in sigframe setup
authorAl Viro <viro@ftp.linux.org.uk>
Sun, 26 Sep 2010 18:29:02 +0000 (19:29 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 27 Sep 2010 19:19:53 +0000 (12:19 -0700)
commitc30e4df13825052e9f96aa54393423a2ea107091
treef31863458958296dbbf54cf779afe9f5ca3a547a
parent5de9d2cce32c031443dd39b2e3496e7825728e90
mn10300: get rid of set_fs(USER_DS) in sigframe setup

It really has no business being there; short of a serious kernel bug
we should already have USER_DS at that point.  It shouldn't have been
done on x86 either...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/mn10300/kernel/signal.c