commit | dbf18c8f62cd87473d6db8c16afe4207bc370d3e | [log] [tgz] |
---|---|---|
author | Greg Ungerer <gerg@snapgear.com> | Tue Oct 23 14:37:54 2007 +1000 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Tue Oct 23 08:32:07 2007 -0700 |
tree | 3c2f4c3953a20a937056aaeeaf090856a9e47d85 | |
parent | ada8d218cc951c424e677845a44f72b4ab55a7a7 [diff] |
m68knommu: fix syscall restart handling Fix system call restart handling. We can call directly to the restart handler, no need to back track through trap that isn't even implemented on m68knommu. Signed-off-by: Greg Ungerer <gerg@uclinux.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>