git: kernel - Switch to exclusive spinlocks in the coretemp sensor
Matthew Dillon
dillon at crater.dragonflybsd.org
Mon Aug 30 00:08:26 PDT 2010
commit b1ee9638a9f5b4acd0f87ea68b5599efb05768e2
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Sun Aug 29 23:20:12 2010 -0700
kernel - Switch to exclusive spinlocks in the coretemp sensor
* No impact on performance.
* TODO: spinlocks are being held across major kernel calls in the
detach code which is not legal.
Summary of changes:
sys/dev/powermng/coretemp/coretemp.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b1ee9638a9f5b4acd0f87ea68b5599efb05768e2
--
DragonFly BSD source repository
More information about the Commits
mailing list