Page MenuHomeFreeBSD

D45964.diff
No OneTemporary

D45964.diff

diff --git a/sys/modules/vmm/Makefile b/sys/modules/vmm/Makefile
--- a/sys/modules/vmm/Makefile
+++ b/sys/modules/vmm/Makefile
@@ -3,8 +3,13 @@
KMOD= vmm
-SRCS= opt_acpi.h opt_bhyve_snapshot.h opt_ddb.h \
- acpi_if.h bus_if.h device_if.h pci_if.h pcib_if.h vnode_if.h
+.if ${MACHINE_CPUARCH} == "amd64"
+SRCS+= opt_acpi.h \
+ opt_bhyve_snapshot.h \
+ opt_ddb.h
+.endif
+
+SRCS+= acpi_if.h bus_if.h device_if.h pci_if.h pcib_if.h vnode_if.h
CFLAGS+= -DVMM_KEEP_STATS
CFLAGS+= -I${SRCTOP}/sys/${MACHINE}/vmm

File Metadata

Mime Type
text/plain
Expires
Mon, Feb 10, 5:44 PM (6 h, 57 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16581089
Default Alt Text
D45964.diff (517 B)

Event Timeline