aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/amdtemp
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2009-08-20 19:17:53 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2009-08-20 19:17:53 +0000
commita56fe095f0d5fb20fc70b784acb0cd2d367d3e79 (patch)
treeee9b2a74c07c732ee357d4810494c3b6aecd6e71 /sys/dev/amdtemp
parent497e910cd321dbdc45c010417bb7079365234fcf (diff)
Notes
Diffstat (limited to 'sys/dev/amdtemp')
-rw-r--r--sys/dev/amdtemp/amdtemp.c2
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);
}