dtrace: Load fasttrap on powerpc with dtraceall

This was missing from the original port of DTrace to powerpc 10 years
ago.

MFC after:	3 weeks
This commit is contained in:
Justin Hibbits 2022-10-30 15:56:12 -04:00
parent fe4a5593b3
commit e85414931a

View File

@ -75,7 +75,7 @@ MODULE_DEPEND(dtraceall, dtnfscl, 1, 1, 1);
defined(__powerpc__) || defined(__riscv)
MODULE_DEPEND(dtraceall, fbt, 1, 1, 1);
#endif
#if defined(__amd64__) || defined(__i386__)
#if defined(__amd64__) || defined(__i386__) || defined(__powerpc__)
MODULE_DEPEND(dtraceall, fasttrap, 1, 1, 1);
#if defined(__amd64__)
MODULE_DEPEND(dtraceall, kinst, 1, 1, 1);