From: Hideo Saito Date: Thu, 15 May 2008 04:30:05 +0000 (+0900) Subject: sh: Fix up thread info pointer in syscall_badsys resume path. X-Git-Tag: v2.6.26-rc4~119^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=561c2bccc7c5cf3d42f38f1f4d61c7b609d4631e;p=pandora-kernel.git sh: Fix up thread info pointer in syscall_badsys resume path. Entry to resume_userspace expects r8 to contain current_thread_info, which happens in all paths except for syscall_badsys, where r8 was being inadvertently trampled. Reload it before the branch. Signed-off-by: Hideo Saito Signed-off-by: Paul Mundt --- Reading git-diff-tree failed