git: 756a67e15e01 - main - dtrace: kill mips definitions in profile provider
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 12 Jan 2023 15:06:53 UTC
The branch main has been updated by mhorne: URL: https://cgit.FreeBSD.org/src/commit/?id=756a67e15e01d06e6ceda551dff3e0356c624187 commit 756a67e15e01d06e6ceda551dff3e0356c624187 Author: Mitchell Horne <mhorne@FreeBSD.org> AuthorDate: 2023-01-11 18:05:54 +0000 Commit: Mitchell Horne <mhorne@FreeBSD.org> CommitDate: 2023-01-12 15:04:51 +0000 dtrace: kill mips definitions in profile provider Reviewed by: markj Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D37660 --- sys/cddl/dev/profile/profile.c | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/sys/cddl/dev/profile/profile.c b/sys/cddl/dev/profile/profile.c index 89b0b8c9445b..ce9ba591ebb7 100644 --- a/sys/cddl/dev/profile/profile.c +++ b/sys/cddl/dev/profile/profile.c @@ -97,13 +97,6 @@ #endif #endif -#ifdef __mips -/* - * This value is bogus just to make module compilable on mips - */ -#define PROF_ARTIFICIAL_FRAMES 3 -#endif - #ifdef __powerpc__ /* * This value is bogus just to make module compilable on powerpc @@ -113,11 +106,6 @@ struct profile_probe_percpu; -#ifdef __mips -/* bogus */ -#define PROF_ARTIFICIAL_FRAMES 3 -#endif - #ifdef __arm__ #define PROF_ARTIFICIAL_FRAMES 3 #endif