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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user