Date: Thu, 25 Aug 2005 10:50:36 +0000 (UTC) From: Hajimu UMEMOTO <ume@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica acpi_thermal.c Message-ID: <200508251050.j7PAoblV037964@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ume 2005-08-25 10:50:36 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_thermal.c Log: initialize only ACPI_BUFFER to avoid race condition with passive cooling thread which refers psv, tc1, tc2 and tsp. The previous code made the period where sc->tz_zone.tsp was zero, and it caused panic at msleep(). Reported by: keramida Tested by: keramida Revision Changes Path 1.57 +8 -1 src/sys/dev/acpica/acpi_thermal.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508251050.j7PAoblV037964>