Date: Fri, 13 Aug 2010 22:08:42 +0000 (UTC) From: Jung-uk Kim <jkim@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/amd64/acpica acpi_wakeup.c src/sys/amd64/amd64 mp_machdep.c Message-ID: <201008132208.o7DM8xUw011758@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jkim 2010-08-13 22:08:42 UTC FreeBSD src repository Modified files: sys/amd64/acpica acpi_wakeup.c sys/amd64/amd64 mp_machdep.c Log: SVN rev 211292 on 2010-08-13 22:08:42Z by jkim Reset switchtime to zero rather than the current CPU ticker (TSC) value. It is more appropriate in this context because TSC MSR is reset to zero when the CPU is restarted from S3 and above. Move acpi_resync_clock() back to where it was before r211202. It does not make a difference any more. Revision Changes Path 1.37 +2 -2 src/sys/amd64/acpica/acpi_wakeup.c 1.330 +1 -1 src/sys/amd64/amd64/mp_machdep.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008132208.o7DM8xUw011758>