From: Michal Simek Date: Fri, 6 Aug 2010 08:36:02 +0000 (+0200) Subject: microblaze: Fix sys_rt_sigreturn_wrapper X-Git-Tag: v2.6.37-rc1~117^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=791d0a169b912220d58e0ce4564d7bf1e68146a8;p=pandora-kernel.git microblaze: Fix sys_rt_sigreturn_wrapper Do not save return registers before rt_sigreturn is called. _user_exception(syscall handler) already setup return address that's why it is removed from rt_sigreturn_wrapper. Signed-off-by: Michal Simek --- Reading git-diff-tree failed