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

cvs commit: src/sys/kern kern_sfbuf.c


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 29 Apr 2004 10:31:03 -0700 (PDT)

dillon      2004/04/29 10:31:03 PDT

DragonFly src repository

  Modified files:
    sys/kern             kern_sfbuf.c 
  Log:
  Make SF_BUF_HASH() into an inline routine, sf_buf_hash(), and add an
  additional offset to avoid folding that might occur due to cache line
  selection effects.  This does not appear to make much of a difference but
  I decided to keep it anyway.
  
  Revision  Changes    Path
  1.4       +11 -3     src/sys/kern/kern_sfbuf.c


http://www.dragonflybsd.org/cvsweb/src/sys/kern/kern_sfbuf.c.diff?r1=1.3&r2=1.4&f=h



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