summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHiroshi Shimamoto2009-11-04 08:16:10 +0100
committerIngo Molnar2009-11-04 11:43:42 +0100
commit2a2bb3142d326bb28b03875cabfc49baaac9a14a (patch)
tree28dcff456d5065015443f97b6fc7d1099832083a
parentsched: Remove unused __schedule() declaration (diff)
downloadkernel-qcow2-linux-2a2bb3142d326bb28b03875cabfc49baaac9a14a.tar.gz
kernel-qcow2-linux-2a2bb3142d326bb28b03875cabfc49baaac9a14a.tar.xz
kernel-qcow2-linux-2a2bb3142d326bb28b03875cabfc49baaac9a14a.zip
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>
-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)
}
#endif
-extern unsigned long long time_sync_thresh;
-
/*
* Task state bitmask. NOTE! These bits are also
* encoded in fs/proc/array.c: get_task_state().