sensor: Stick sensors thread to the last CPU.
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Tue, 7 Apr 2015 13:57:09 +0000 (21:57 +0800)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Wed, 8 Apr 2015 03:14:16 +0000 (11:14 +0800)
commit1c05a629f2f06745aa593b97d8fd6a9ecf7bbdba
tree432fed63eda589d07d3d0292425cff0c24fc5e09
parent0b758900e44b6a4f42976068907a483abbbcf516
sensor: Stick sensors thread to the last CPU.

Round-robin CPU assignment could stick the sensors thread to CPU0,
which has many special tasks.

Submitted-by: YRabbit
sys/kern/kern_sensors.c