diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2009-08-20 20:23:28 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2009-08-20 20:23:28 +0000 |
| commit | 247db0748a75747673b753a6af3e2c39dfae88ed (patch) | |
| tree | fb1ae4beb655a18383d166a5eee425754fb8eeb6 /sys/dev/amdtemp/amdtemp.c | |
| parent | 2c68e2fb1e2cb7386b8863b4049198be949161e1 (diff) | |
Notes
Diffstat (limited to 'sys/dev/amdtemp/amdtemp.c')
| -rw-r--r-- | sys/dev/amdtemp/amdtemp.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/amdtemp/amdtemp.c b/sys/dev/amdtemp/amdtemp.c index ba7436aa57d2..fdf087533c5f 100644 --- a/sys/dev/amdtemp/amdtemp.c +++ b/sys/dev/amdtemp/amdtemp.c @@ -269,7 +269,6 @@ amdtemp_intrhook(void *arg) /* * dev.cpu.N.temperature. */ - newbus_xlock(); nexus = device_find_child(root_bus, "nexus", 0); acpi = device_find_child(nexus, "acpi", 0); @@ -286,7 +285,6 @@ amdtemp_intrhook(void *arg) "Max of sensor 0 / 1"); } } - newbus_xunlock(); config_intrhook_disestablish(&sc->sc_ich); } |
