]> git.karo-electronics.de Git - mv-sheeva.git/commit
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)
commit791d0a169b912220d58e0ce4564d7bf1e68146a8
tree56d44913c6c07134f4ee8d35c1511d63168b3dad
parent06d1973490199d38a65029101199e04004fbe8f3
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 <monstr@monstr.eu>
arch/microblaze/kernel/entry.S