summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_prof.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2000-12-07 22:38:22 +0000
committerphk <phk@FreeBSD.org>2000-12-07 22:38:22 +0000
commitfdb2cce5696766295ebce2800600b98619ca693c (patch)
tree09808539b94a585f61148a437c594a518958e270 /sys/kern/subr_prof.c
parenta4aabc2134b7b6d1ff28a6c349e0dffb736f0629 (diff)
downloadFreeBSD-src-fdb2cce5696766295ebce2800600b98619ca693c.zip
FreeBSD-src-fdb2cce5696766295ebce2800600b98619ca693c.tar.gz
Hide intrstate in the #ifdef where it belongs.
Diffstat (limited to 'sys/kern/subr_prof.c')
-rw-r--r--sys/kern/subr_prof.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/subr_prof.c b/sys/kern/subr_prof.c
index 51a2b4e..1c84108 100644
--- a/sys/kern/subr_prof.c
+++ b/sys/kern/subr_prof.c
@@ -92,8 +92,8 @@ kmstartup(dummy)
int nullfunc_loop_overhead;
int nullfunc_loop_profiled_time;
uintfptr_t tmp_addr;
-#endif
int intrstate;
+#endif
/*
* Round lowpc and highpc to multiples of the density we're using
OpenPOWER on IntegriCloud