microblaze: Fix sys_rt_sigreturn_wrapper
authorMichal Simek <monstr@monstr.eu>
Fri, 6 Aug 2010 08:36:02 +0000 (10:36 +0200)
committerMichal Simek <monstr@monstr.eu>
Thu, 21 Oct 2010 05:51:27 +0000 (15:51 +1000)
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 <monstr@monstr.eu>

No differences found