commit | dff933da765fd4855393846fa55286d1ff2d024a | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Wed Sep 26 01:21:14 2012 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sun Oct 14 19:26:52 2012 -0400 |
tree | bfc8a36dd282a1077fbee9e4f1d67fe405a6e066 | |
parent | ddffeb8c4d0331609ef2581d84de4d763607bd37 [diff] |
sparc64: clear syscall_noerror on the entry to syscall, not on the exit Move that sucker to just before TI_FPDEPTH and replace stb with sth in etrap_save(). Take current_ds to its old place, so that we don't push wsaved into TI_... flags. That allows to lose clearing syscall_noerror on return from syscall. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>