commit | 8e87354d01b3046aa5e1080419178191f3dce8f0 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@ftp.linux.org.uk> | Sun Sep 26 19:29:02 2010 +0100 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon Sep 27 12:19:53 2010 -0700 |
tree | f31863458958296dbbf54cf779afe9f5ca3a547a | |
parent | c05628b49b19187841d635dddd3e47caab33242b [diff] |
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>