K 10 svn:author V 3 kib K 8 svn:date V 27 2013-01-23T16:28:34.459559Z K 7 svn:log V 284 Implement the counters for i386 without use of a critical section, when the cmpxchg8b instruction is avaliable. It relies on the same offset-from-curpcpu trick as the amd64 implementation. Due to the lack of the single instruction to increment 64bit value, the cas loop is performed. END