freebsd-skq/sys/mips/rmi/dev
Andriy Gapon bc8022ea4a fix mips build breakage introduced in r216375: atomic_store_int doesn't exists
1) 32-bit assignment are expected to always be atomic.
2) Release/acquire memory barrier semantics doesn't seem to be needed here.
So a simple assignment can be used.

Remove unused port_set_counter() while here, it also used to mis-use
atomic_set_int().

Reported by:	jhb
Pointyhat to:	avg
MFC after:	3 weeks
2010-12-13 14:30:35 +00:00
..
iic I2C drivers for XLR/XLS processors. 2010-12-12 06:00:26 +00:00
nlge Fix compilation when DEBUG option is enabled. 2010-12-09 12:30:13 +00:00
sec RMI security accelerator driver update. 2010-09-16 20:23:22 +00:00
xlr fix mips build breakage introduced in r216375: atomic_store_int doesn't exists 2010-12-13 14:30:35 +00:00