Date: Wed, 6 Jun 2007 03:40:47 +0000 (UTC) From: Jeff Roberson <jeff@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_mutex.c sched_4bsd.c sched_ule.c src/sys/sys mutex.h proc.h Message-ID: <200706060340.l563elBN002845@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706060340.l563elBN002845>