CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/08/14 00:14:19
Modified files:
sys/arch/macppc/macppc: genassym.cf
sys/arch/powerpc/conf: files.powerpc
sys/arch/powerpc/include: lock.h mutex.h
sys/arch/powerpc/powerpc: lock_machdep.c
Added files:
sys/arch/powerpc/powerpc: mutex.c
Removed files:
sys/arch/powerpc/powerpc: mutex.S
Log message:
replace the asm mutexes with a c implementation.
there's no real functional advantage to this, except that it will
make it easier to add deadlock detection to the code.
this is modelled on the c mutex implementation thats on alpha,
mips64, and hppa.
ok mpi@ kettenis@