git: ecde7bb28567 - main - arm64/vmm: Fix when VMM is built into the kernel
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 09 Sep 2024 13:16:03 UTC
The branch main has been updated by andrew:
URL: https://cgit.FreeBSD.org/src/commit/?id=ecde7bb2856722e493a3799e8498fe83b3b1ac2b
commit ecde7bb2856722e493a3799e8498fe83b3b1ac2b
Author: Andrew Turner <andrew@FreeBSD.org>
AuthorDate: 2024-09-09 13:15:42 +0000
Commit: Andrew Turner <andrew@FreeBSD.org>
CommitDate: 2024-09-09 13:15:42 +0000
arm64/vmm: Fix when VMM is built into the kernel
Sponsored by: Arm Ltd
---
sys/conf/files.arm64 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/conf/files.arm64 b/sys/conf/files.arm64
index 4cfe87f5a508..fc7c770683fe 100644
--- a/sys/conf/files.arm64
+++ b/sys/conf/files.arm64
@@ -117,7 +117,7 @@ dev/iommu/busdma_iommu.c optional iommu
dev/iommu/iommu_gas.c optional iommu
arm64/vmm/vmm.c optional vmm
-arm64/vmm/vmm_dev.c optional vmm
+arm64/vmm/vmm_dev_machdep.c optional vmm
arm64/vmm/vmm_instruction_emul.c optional vmm
arm64/vmm/vmm_arm64.c optional vmm
arm64/vmm/vmm_reset.c optional vmm