Switch x86 architectures to the common C mutex implementation.
authormpi <mpi@openbsd.org>
Wed, 20 Dec 2017 11:08:44 +0000 (11:08 +0000)
committermpi <mpi@openbsd.org>
Wed, 20 Dec 2017 11:08:44 +0000 (11:08 +0000)
commitcd187a97da7d683c6a3e843cc98b3055da72c382
tree58074cac0aa57ecb5730fbc2b8b835211bc67c26
parentac536cd553a9e79db825666048519092c008d972
Switch x86 architectures to the common C mutex implementation.

This is a step towards MI mutexes.

ok kettenis@
sys/arch/amd64/amd64/mutex.c [new file with mode: 0644]
sys/arch/amd64/conf/files.amd64
sys/arch/i386/conf/files.i386
sys/arch/i386/i386/locore.s
sys/arch/i386/i386/mutex.c [new file with mode: 0644]