dtrace: kill mips definitions in profile provider

Reviewed by:	markj
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D37660
This commit is contained in:
Mitchell Horne 2023-01-11 14:05:54 -04:00
parent 2f2ec4bce9
commit 756a67e15e

View file

@ -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