git: 1ccc3107c296 - main - dtrace: whack __mips__ from dtraceall
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 01 Mar 2023 11:09:26 UTC
The branch main has been updated by mjg:
URL: https://cgit.FreeBSD.org/src/commit/?id=1ccc3107c296e9bd029dfa1d01a6beb4afc2ce1e
commit 1ccc3107c296e9bd029dfa1d01a6beb4afc2ce1e
Author: Mateusz Guzik <mjg@FreeBSD.org>
AuthorDate: 2023-03-01 11:08:52 +0000
Commit: Mateusz Guzik <mjg@FreeBSD.org>
CommitDate: 2023-03-01 11:08:52 +0000
dtrace: whack __mips__ from dtraceall
Note contrib code is not modified.
Sponsored by: Rubicon Communications, LLC ("Netgate")
---
sys/modules/dtrace/dtraceall/dtraceall.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/sys/modules/dtrace/dtraceall/dtraceall.c b/sys/modules/dtrace/dtraceall/dtraceall.c
index f7faabce4bc4..0d511a86262f 100644
--- a/sys/modules/dtrace/dtraceall/dtraceall.c
+++ b/sys/modules/dtrace/dtraceall/dtraceall.c
@@ -71,8 +71,7 @@ MODULE_DEPEND(dtraceall, dtmalloc, 1, 1, 1);
MODULE_DEPEND(dtraceall, dtnfscl, 1, 1, 1);
#endif
#if defined(__aarch64__) || defined(__amd64__) || defined(__arm__) || \
- defined(__i386__) || defined(__mips__) || \
- defined(__powerpc__) || defined(__riscv)
+ defined(__i386__) || defined(__powerpc__) || defined(__riscv)
MODULE_DEPEND(dtraceall, fbt, 1, 1, 1);
#endif
#if defined(__amd64__) || defined(__i386__) || defined(__powerpc__)