Add "memory" as clobber to the asm used by barrier().
[pintos-anon] / src / threads / synch.h
2006-11-10 Ben PfaffAdd "memory" as clobber to the asm used by barrier().
2006-09-26 Ben PfaffChange "Memory Barriers" to "Optimization Barriers".
2005-06-19 Ben PfaffMake tests public. Rewrite most tests. Add tests.
2004-09-29 Ben PfaffComments.
2004-09-20 Ben PfaffRemove `name' from lock because it duplicates its membe...
2004-09-06 Ben PfaffFix up header guards.
2004-09-06 Ben PfaffRename printk() to printf().
2004-09-05 Ben PfaffRedo makefiles.
2004-09-05 Ben PfaffAdd copyright notice to synch.h.
2004-08-16 Ben PfaffInitial revision