Module Name: src Committed By: jmcneill Date: Thu Nov 23 19:53:21 UTC 2017
Modified Files: src/sys/arch/x86/x86: lapic.c Log Message: Add a workaround for local APIC timers running under KVM. It seems these timers don't reload the current-count register in periodic mode when it reaches 0, so we need to detect this condition and reload it ourselves. XXX pullup To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64 src/sys/arch/x86/x86/lapic.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.