Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/kern
Module Name: src
Committed By: riastradh
Date: Mon Mar 20 01:06:30 UTC 2017
Modified Files:
src/sys/kern: subr_autoconf.c
Log Message:
Omit needless volatile qualifiers.
All these variables are used exclusively with alldevs_mtx held, not
atomics. No need for volatile voodoo here.
To generate a diff of this commit:
cvs rdiff -u -r1.249 -r1.250 src/sys/kern/subr_autoconf.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index