plan9fox/sys
cinap_lenrek fd8597ac31 zynq: fix barriers
unlock()/iunlock():

we need to place the coherence() *before* "l->key = 0", so that any
stores that where done while holding the lock become observable
*before* other processors see the lock released.

cas()/tas():

place memory barrier before successfull return to prevent reordering.
2015-06-18 04:35:46 +02:00
..
doc
games/lib fortunes: Turning off comments. 2015-06-06 18:20:48 -04:00
include remove drawlsetrefresh and convM2Tnoenc: undefined functions 2015-06-09 18:25:09 +02:00
lib authsrv: remove unused opasstokey 2015-06-09 23:53:07 +02:00
man stats: add kernel malloc and kernel draw allocation size graphs 2015-06-16 08:08:42 +02:00
src zynq: fix barriers 2015-06-18 04:35:46 +02:00