DragonFly BSD
DragonFly commits List (threaded) for 2004-12
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/sys/i386/include


From: Joerg Sonnenberger <joerg@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 8 Dec 2004 15:19:51 -0800 (PST)

joerg       2004/12/08 15:19:51 PST

DragonFly src repository

  Added files:
    sys/i386/include     gencount.h 
  Log:
  Implement generation counters as (at least) 64 bit counters. The increment
  and get operations are interrupt safe, but not MP-safe.
  
  The gencount_inc implementation uses critical sections, which is the best
  possible for generic IA32 code.




[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]