Skip to content

Commit

Permalink
Fix m68k-uclinux's rt_sigreturn trampoline
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Kuvyrkov <maxim@codesourcery.com>
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
  • Loading branch information
Maxim Kuvyrkov authored and Greg Ungerer committed Apr 21, 2010
1 parent eb79cbe commit 760d6e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/m68knommu/kernel/entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,6 @@ ENTRY(ret_from_user_signal)
trap #0

ENTRY(ret_from_user_rt_signal)
move #__NR_rt_sigreturn,%d0
movel #__NR_rt_sigreturn,%d0
trap #0

0 comments on commit 760d6e7

Please sign in to comment.