i386 and amd64 have only one syscall entry point now, so simply the
authorguenther <guenther@openbsd.org>
Sat, 18 Apr 2015 05:14:05 +0000 (05:14 +0000)
committerguenther <guenther@openbsd.org>
Sat, 18 Apr 2015 05:14:05 +0000 (05:14 +0000)
commit6620a6fb459531921b1730d9a67f54c692e424c7
tree0219107cdc21fb5fe0f659021dc18ecdb7b88bce
parent92d912b27bb3c923e29ea900e8fef46451f16b9c
i386 and amd64 have only one syscall entry point now, so simply the
EIP/RIP adjustment for ERESTART

ok mlarkin@
sys/arch/amd64/amd64/locore.S
sys/arch/amd64/amd64/trap.c
sys/arch/i386/i386/locore.s
sys/arch/i386/i386/trap.c