hyperv/ic: Allow applying the samples from hypervisor unconditionally.

MFC after:	1 week
Sponsored by:	Microsoft
This commit is contained in:
Sepherosa Ziehau 2016-12-23 08:52:10 +00:00
parent 69b12e53db
commit 92c1ba2828

View File

@ -139,7 +139,7 @@ vmbus_timesync(struct vmbus_ic_softc *sc, uint64_t hvtime, uint64_t sent_tc,
}
if ((tsflags & VMBUS_ICMSG_TS_FLAG_SAMPLE) &&
vmbus_ts_sample_thresh > 0) {
vmbus_ts_sample_thresh >= 0) {
int64_t diff;
if (vmbus_ts_sample_verbose) {