diff --git a/sys/cddl/dev/profile/profile.c b/sys/cddl/dev/profile/profile.c --- 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