cvs commit: src/sys/kern kern_mutex.c sched_4bsd.c sched_ule.c src/sys/sys mutex.h proc.h

Jeff Roberson jeff at FreeBSD.org
Wed Jun 6 03:40:48 UTC 2007


jeff        2007-06-06 03:40:47 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_mutex.c sched_4bsd.c sched_ule.c 
    sys/sys              mutex.h proc.h 
  Log:
   - Placing the 'volatile' on the right side of the * in the td_lock
     declaration removes the need for __DEVOLATILE().
  
  Pointed out by: tegge
  
  Revision  Changes    Path
  1.194     +3 -3      src/sys/kern/kern_mutex.c
  1.101     +1 -1      src/sys/kern/sched_4bsd.c
  1.197     +1 -1      src/sys/kern/sched_ule.c
  1.97      +1 -1      src/sys/sys/mutex.h
  1.480     +2 -2      src/sys/sys/proc.h


More information about the cvs-src mailing list