Date: Wed, 8 Sep 2010 16:59:22 +0000 (UTC) From: Alexander Motin <mav@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/acpica acpi_hpet.c Message-ID: <201009081659.o88GxcSa010962@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mav 2010-09-08 16:59:22 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_hpet.c Log: SVN rev 212323 on 2010-09-08 16:59:22Z by mav During SMP startup there is time window, when SMP started, but interrupts are still bound to BSP. It confuses timer management logic in per-CPU mode and may cause timer not being reloaded. Check such cases on interrupt arival and reload timer to give system some more time to manage proper binding. Revision Changes Path 1.29 +26 -1 src/sys/dev/acpica/acpi_hpet.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009081659.o88GxcSa010962>