]> git.baikalelectronics.ru Git - kernel.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)
commit3bc0942de053dba7f50cf0956f31b205f85c10ca
tree3c2f4c3953a20a937056aaeeaf090856a9e47d85
parent2d6abcb1b03b5d8b34f9c7dcb71cc9f9d4eaabe9
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