dtraceall: Automatically load kinst.ko on amd64

MFC after:	3 months
This commit is contained in:
Mark Johnston 2022-10-11 17:31:47 -04:00
parent 2e5699fb9c
commit bf7022dee6

View File

@ -77,6 +77,9 @@ MODULE_DEPEND(dtraceall, fbt, 1, 1, 1);
#endif
#if defined(__amd64__) || defined(__i386__)
MODULE_DEPEND(dtraceall, fasttrap, 1, 1, 1);
#if defined(__amd64__)
MODULE_DEPEND(dtraceall, kinst, 1, 1, 1);
#endif
#endif
MODULE_DEPEND(dtraceall, sdt, 1, 1, 1);
MODULE_DEPEND(dtraceall, systrace, 1, 1, 1);