CVSROOT: /cvs Module name: src Changes by: [email protected] 2012/11/19 08:03:55
Modified files:
sys/arch/i386/include: atomic.h
sys/compat/linux: linux_futex.c
Log message:
Use a more descriptive name for the userland cas operation.
Substitute atomic_ucas_32 with futex_atomic_ucas_int32 to make it
obvious who's using this api.
Suggested by and okay kettenis@.
