projects
/
profile
/
common
/
kernel-common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1477b6a
)
sched: Remove unused time_sync_thresh declaration
author
Hiroshi Shimamoto
<h-shimamoto@ct.jp.nec.com>
Wed, 4 Nov 2009 07:16:10 +0000
(16:16 +0900)
committer
Ingo Molnar
<mingo@elte.hu>
Wed, 4 Nov 2009 10:43:42 +0000
(11:43 +0100)
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>
include/linux/sched.h
patch
|
blob
|
history
diff --git
a/include/linux/sched.h
b/include/linux/sched.h
index
f18102c
..
754b3de
100644
(file)
--- 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().