mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
2f2ec4bce9
commit
756a67e15e
1 changed files with 0 additions and 12 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue