From: Al Viro Date: Wed, 26 Sep 2012 05:21:14 +0000 (-0400) Subject: sparc64: clear syscall_noerror on the entry to syscall, not on the exit X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~47^2~43^2~15^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dff933da765fd4855393846fa55286d1ff2d024a;p=pandora-kernel.git 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 --- Reading git-diff-tree failed