Module Name: src Committed By: riastradh Date: Tue Jun 1 21:29:24 UTC 2021
Modified Files: src/sys/arch/x86/acpi: acpi_wakeup.c src/sys/arch/x86/x86: tsc.c tsc.h Log Message: x86: Reset cached tsc in every lwp to 0 on suspend/resume. This avoids spuriously warning about tsc going backwards, which is to be expected after a suspend/resume cycle. To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 src/sys/arch/x86/acpi/acpi_wakeup.c cvs rdiff -u -r1.54 -r1.55 src/sys/arch/x86/x86/tsc.c cvs rdiff -u -r1.7 -r1.8 src/sys/arch/x86/x86/tsc.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.