coretemp, sensors - Adjust spinlocks
authorAlex Hornung <ahornung@gmail.com>
Mon, 30 Aug 2010 06:47:34 +0000 (07:47 +0100)
committerAlex Hornung <ahornung@gmail.com>
Mon, 30 Aug 2010 10:33:28 +0000 (11:33 +0100)
commit46cd48ee9b0a3863e8c57c6682a404fe23c4a823
tree97d7d08b426120b6eba4ee99f0dfcd0a97b17c2d
parentc12135282c4d153167bc7ae9529e7d68cf063b9a
coretemp, sensors - Adjust spinlocks

* In kern_sensors, adjust the spinlocks to not be held across the sysctl
  interface management.

* In coretemp, adjust illegal spinlock across calls to kern_sensors.

Reported-by: Matt Dillon (dillon@)
sys/dev/powermng/coretemp/coretemp.c
sys/kern/kern_sensors.c