vmm: Add an include to vmm_ktr.h for vm_name()

Required when KTR is configured.

Remove the pcpu.h include while here, as it seems to be unneeded.

Reported by:	Jenkins
Fixes:		5f13d6b607 ("vmm: Move common accessors and vm_eventinfo into sys/dev/vmm")
This commit is contained in:
Mark Johnston
2026-01-08 23:29:06 +00:00
parent 5f13d6b607
commit 0aaa95ae02
+3 -1
View File
@@ -30,7 +30,9 @@
#define _VMM_KTR_H_
#include <sys/ktr.h>
#include <sys/pcpu.h>
#ifdef KTR
#include <dev/vmm/vmm_vm.h>
#endif
#ifndef KTR_VMM
#define KTR_VMM KTR_GEN