CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/08/17 05:56:42
Modified files:
sys/arch/amd64/include: atomic.h
Log message:
Fix x86_atomic_{set|clear}bits_u64() by using the "er" constraint instead
of "ir" as the orq and andq instructions take a 32-bit immedate argument that
gets sign-extended.
ok mikeb@
