freebsd-dev/sys/dev/xen/timer
Roger Pau Monné de7d5ac603 xen/timer: mark the Xen PV timer as not safe for suspension
Note that the timer itself fully supports suspension, but due to the lack of
ordering during the resume process FreeBSD cannot guarantee that the timer is
resumed before any device attempts to use it.

Submitted by:		Liuyingdong <liuyingdong@huawei.com>
Reviewed by:		royger
Differential Revision:	https://reviews.freebsd.org/D9639
2017-02-22 09:22:17 +00:00
..
timer.c xen/timer: mark the Xen PV timer as not safe for suspension 2017-02-22 09:22:17 +00:00
timer.h