cvs commit: src/sys/i386/include atomic.h

Matthew Dillon dillon at crater.dragonflybsd.org
Sat May 20 22:35:33 PDT 2006


dillon      2006/05/20 22:31:15 PDT

DragonFly src repository

  Modified files:
    sys/i386/include     atomic.h 
  Log:
  Only _KERNEL code can optimize based on SMP vs UP.  User code must always
  assume SMP and generate a "lock; " prefix.
  
  Revision  Changes    Path
  1.19      +2 -2      src/sys/i386/include/atomic.h


http://www.dragonflybsd.org/cvsweb/src/sys/i386/include/atomic.h.diff?r1=1.18&r2=1.19&f=u





More information about the Commits mailing list