]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
m68knommu: fix syscall restart handling
authorGreg Ungerer <gerg@snapgear.com>
Tue, 23 Oct 2007 04:37:54 +0000 (14:37 +1000)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 23 Oct 2007 15:32:07 +0000 (08:32 -0700)
commitdbf18c8f62cd87473d6db8c16afe4207bc370d3e
tree3c2f4c3953a20a937056aaeeaf090856a9e47d85
parentada8d218cc951c424e677845a44f72b4ab55a7a7
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>
arch/m68knommu/kernel/signal.c