aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
diff options
context:
space:
mode:
authorHiroshi Shimamoto <h-shimamoto@ct.jp.nec.com>2009-11-04 02:16:10 -0500
committerIngo Molnar <mingo@elte.hu>2009-11-04 05:43:42 -0500
commit2a2bb3142d326bb28b03875cabfc49baaac9a14a (patch)
tree28dcff456d5065015443f97b6fc7d1099832083a /include/linux/sched.h
parent1477b6a7edd9ffa7bba4f9779ce9a76ce92761ed (diff)
sched: Remove unused time_sync_thresh declaration
time_sync_thresh had been removed. Signed-off-by: Hiroshi Shimamoto <h-shimamoto@ct.jp.nec.com> Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> LKML-Reference: <4AF12A3A.5050200@ct.jp.nec.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r--include/linux/sched.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index f18102c4d0b8..754b3deed02b 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -171,8 +171,6 @@ print_cfs_rq(struct seq_file *m, int cpu, struct cfs_rq *cfs_rq)
171} 171}
172#endif 172#endif
173 173
174extern unsigned long long time_sync_thresh;
175
176/* 174/*
177 * Task state bitmask. NOTE! These bits are also 175 * Task state bitmask. NOTE! These bits are also
178 * encoded in fs/proc/array.c: get_task_state(). 176 * encoded in fs/proc/array.c: get_task_state().