aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/subr_turnstile.c
diff options
context:
space:
mode:
authorConrad Meyer <cem@FreeBSD.org>2017-08-24 19:16:25 +0000
committerConrad Meyer <cem@FreeBSD.org>2017-08-24 19:16:25 +0000
commitd2e155a4f0ac9c7446c5415ac30ce407e980b093 (patch)
treecbe64f846996c79ee97c35936c8b8de179658601 /sys/kern/subr_turnstile.c
parentb1c4d096e619fc1a3bfe989846029bcbc25e1242 (diff)
downloadsrc-d2e155a4f0ac9c7446c5415ac30ce407e980b093.tar.gz
src-d2e155a4f0ac9c7446c5415ac30ce407e980b093.zip
Remove unused declaration and update ddb.4
A follow-up to r322836. Warnings for the unused declaration were breaking some second tier architectures, but did not show up in Clang on x86. Reported by: markj (ddb.4), emaste (declaration) Sponsored by: Dell EMC Isilon
Notes
Notes: svn path=/head/; revision=322853
Diffstat (limited to 'sys/kern/subr_turnstile.c')
-rw-r--r--sys/kern/subr_turnstile.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/kern/subr_turnstile.c b/sys/kern/subr_turnstile.c
index 94af470f523b..1ffdc78f6f0e 100644
--- a/sys/kern/subr_turnstile.c
+++ b/sys/kern/subr_turnstile.c
@@ -157,9 +157,6 @@ static void init_turnstile0(void *dummy);
#ifdef TURNSTILE_PROFILING
static void init_turnstile_profiling(void *arg);
#endif
-#ifdef DDB
-static void print_sleepchain(struct thread *td, const char *prefix);
-#endif
static void propagate_priority(struct thread *td);
static int turnstile_adjust_thread(struct turnstile *ts,
struct thread *td);