From 756a67e15e01d06e6ceda551dff3e0356c624187 Mon Sep 17 00:00:00 2001 From: Mitchell Horne Date: Wed, 11 Jan 2023 14:05:54 -0400 Subject: [PATCH] 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 89b0b8c9445..ce9ba591ebb 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