summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bhyve/Makefile
diff options
context:
space:
mode:
authorneel <neel@FreeBSD.org>2014-07-16 21:26:26 +0000
committerneel <neel@FreeBSD.org>2014-07-16 21:26:26 +0000
commit5046d9cb8ad8e14ee7c22fea4c19ad7c2ed1628c (patch)
treefcb89f9a1d3e8ddcb97164a554d84f4d68b32c17 /usr.sbin/bhyve/Makefile
parent87a2bcfd24b500bd2f275852a84f22e10d60cedf (diff)
downloadFreeBSD-src-5046d9cb8ad8e14ee7c22fea4c19ad7c2ed1628c.zip
FreeBSD-src-5046d9cb8ad8e14ee7c22fea4c19ad7c2ed1628c.tar.gz
Add emulation for legacy x86 task switching mechanism.
FreeBSD/i386 uses task switching to handle double fault exceptions and this change enables that to work. Reported by: glebius
Diffstat (limited to 'usr.sbin/bhyve/Makefile')
-rw-r--r--usr.sbin/bhyve/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/bhyve/Makefile b/usr.sbin/bhyve/Makefile
index 23e16cb..1c95f77 100644
--- a/usr.sbin/bhyve/Makefile
+++ b/usr.sbin/bhyve/Makefile
@@ -35,6 +35,7 @@ SRCS= \
post.c \
rtc.c \
smbiostbl.c \
+ task_switch.c \
uart_emul.c \
virtio.c \
xmsr.c \
OpenPOWER on IntegriCloud