aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl/dev
diff options
context:
space:
mode:
authorJustin Hibbits <jhibbits@FreeBSD.org>2018-06-03 03:53:11 +0000
committerJustin Hibbits <jhibbits@FreeBSD.org>2018-06-03 03:53:11 +0000
commita1a990d8a4d70c7a92fd80342742b9ed60014ab8 (patch)
treedb31905aece5460e6bd681d45757277d095112cc /sys/cddl/dev
parentd0bb69dc078bbc08fa5cfb5afba223bbb16d4513 (diff)
Notes
Diffstat (limited to 'sys/cddl/dev')
-rw-r--r--sys/cddl/dev/profile/profile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/cddl/dev/profile/profile.c b/sys/cddl/dev/profile/profile.c
index 62aa38594bc46..11697cc259a2c 100644
--- a/sys/cddl/dev/profile/profile.c
+++ b/sys/cddl/dev/profile/profile.c
@@ -124,7 +124,7 @@
/*
* This value is bogus just to make module compilable on powerpc
*/
-#define PROF_ARTIFICIAL_FRAMES 12
+#define PROF_ARTIFICIAL_FRAMES 3
#endif
struct profile_probe_percpu;