cvs commit: src/sys/kern kern_sfbuf.c
    Matthew Dillon 
    dillon at crater.dragonflybsd.org
       
    Thu Apr 29 10:31:38 PDT 2004
    
    
  
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
    
    
More information about the Commits
mailing list