aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hyperv/vmbus/hyperv_reg.h
diff options
context:
space:
mode:
authorSepherosa Ziehau <sephe@FreeBSD.org>2016-12-15 03:32:24 +0000
committerSepherosa Ziehau <sephe@FreeBSD.org>2016-12-15 03:32:24 +0000
commit9622c93ae8fdd7956de3f0a65baede8cffd3cb86 (patch)
treeb1683b35d0eb4f80147c32b50fee8d8b074be81b /sys/dev/hyperv/vmbus/hyperv_reg.h
parent1de8c69de77368f9b17cd8a94e8fafcb0cfd776f (diff)
Notes
Diffstat (limited to 'sys/dev/hyperv/vmbus/hyperv_reg.h')
-rw-r--r--sys/dev/hyperv/vmbus/hyperv_reg.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/sys/dev/hyperv/vmbus/hyperv_reg.h b/sys/dev/hyperv/vmbus/hyperv_reg.h
index 263a191fec235..b3b133c848819 100644
--- a/sys/dev/hyperv/vmbus/hyperv_reg.h
+++ b/sys/dev/hyperv/vmbus/hyperv_reg.h
@@ -129,17 +129,6 @@
#define CPUID_LEAF_HV_HWFEATURES 0x40000006
/*
- * Hyper-V Reference TSC
- */
-struct hyperv_reftsc {
- volatile uint32_t tsc_seq;
- volatile uint32_t tsc_rsvd1;
- volatile uint64_t tsc_scale;
- volatile int64_t tsc_ofs;
-} __packed __aligned(PAGE_SIZE);
-CTASSERT(sizeof(struct hyperv_reftsc) == PAGE_SIZE);
-
-/*
* Hyper-V Monitor Notification Facility
*/
struct hyperv_mon_param {