aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68knommu/kernel
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim@codesourcery.com>2009-09-23 01:25:44 +0400
committerGreg Ungerer <gerg@uclinux.org>2010-04-21 13:43:05 +1000
commit760d6e7861f245599e0ca1e98ba524a77d401a51 (patch)
treebae9c736f9c4989ad587eba97781c955c2cc8127 /arch/m68knommu/kernel
parentm68knommu: correct the CC flags for Coldfire M5272 targets (diff)
downloadlinux-dev-760d6e7861f245599e0ca1e98ba524a77d401a51.tar.xz
linux-dev-760d6e7861f245599e0ca1e98ba524a77d401a51.zip
Fix m68k-uclinux's rt_sigreturn trampoline
Signed-off-by: Maxim Kuvyrkov <maxim@codesourcery.com> Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'arch/m68knommu/kernel')
-rw-r--r--arch/m68knommu/kernel/entry.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68knommu/kernel/entry.S b/arch/m68knommu/kernel/entry.S
index 56043ade3941..aff6f57ef8b5 100644
--- a/arch/m68knommu/kernel/entry.S
+++ b/arch/m68knommu/kernel/entry.S
@@ -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