Pawel Dziepak 273f2f38cd kernel: Improve spinlock implementation
atomic_or() and atomic_and() are not supported by x86 are need to be
emulated using CAS. Use atomic_get_and_set() and atomic_set() instead.
2013-11-05 22:47:18 +01:00
..
2012-10-08 13:59:16 +02:00
2013-11-05 22:32:59 +01:00
2013-11-05 22:47:18 +01:00