diff options
| author | Justin Hibbits <jhibbits@FreeBSD.org> | 2018-06-03 03:53:11 +0000 |
|---|---|---|
| committer | Justin Hibbits <jhibbits@FreeBSD.org> | 2018-06-03 03:53:11 +0000 |
| commit | a1a990d8a4d70c7a92fd80342742b9ed60014ab8 (patch) | |
| tree | db31905aece5460e6bd681d45757277d095112cc /sys/cddl/dev | |
| parent | d0bb69dc078bbc08fa5cfb5afba223bbb16d4513 (diff) | |
Notes
Diffstat (limited to 'sys/cddl/dev')
| -rw-r--r-- | sys/cddl/dev/profile/profile.c | 2 |
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; |
