summaryrefslogtreecommitdiff
path: root/usr/src/contrib/bhyve/amd64/machine/psl.h
diff options
context:
space:
mode:
authorPatrick Mooney <pmooney@pfmooney.com>2020-05-23 21:08:05 +0000
committerPatrick Mooney <pmooney@pfmooney.com>2020-06-01 17:47:28 +0000
commitd0b3c59ba652f183eeec1414dd9fbdc56bf05cc8 (patch)
tree216aebeb44e35f7b1833705fe328c9fbf83ab489 /usr/src/contrib/bhyve/amd64/machine/psl.h
parente213fe2d75a0e47cc0b3f67c473e24dfa9304e0b (diff)
downloadillumos-joyent-d0b3c59ba652f183eeec1414dd9fbdc56bf05cc8.tar.gz
12775 reorganize bhyve contrib headers
Reviewed by: Rich Lowe <richlowe@richlowe.net> Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Approved by: Robert Mustacchi <rm@fingolfin.org>
Diffstat (limited to 'usr/src/contrib/bhyve/amd64/machine/psl.h')
-rw-r--r--usr/src/contrib/bhyve/amd64/machine/psl.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/usr/src/contrib/bhyve/amd64/machine/psl.h b/usr/src/contrib/bhyve/amd64/machine/psl.h
new file mode 100644
index 0000000000..c660bfbab0
--- /dev/null
+++ b/usr/src/contrib/bhyve/amd64/machine/psl.h
@@ -0,0 +1,6 @@
+/*-
+ * This file is in the public domain.
+ */
+/* $FreeBSD: head/sys/amd64/include/psl.h 233204 2012-03-19 21:29:57Z tijl $ */
+
+#include <x86/psl.h>