[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <tip-2a2bb3142d326bb28b03875cabfc49baaac9a14a@git.kernel.org>
Date: Wed, 4 Nov 2009 11:10:26 GMT
From: tip-bot for Hiroshi Shimamoto <h-shimamoto@...jp.nec.com>
To: linux-tip-commits@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, h-shimamoto@...jp.nec.com,
hpa@...or.com, mingo@...hat.com, a.p.zijlstra@...llo.nl,
tglx@...utronix.de, mingo@...e.hu
Subject: [tip:sched/core] sched: Remove unused time_sync_thresh declaration
Commit-ID: 2a2bb3142d326bb28b03875cabfc49baaac9a14a
Gitweb: http://git.kernel.org/tip/2a2bb3142d326bb28b03875cabfc49baaac9a14a
Author: Hiroshi Shimamoto <h-shimamoto@...jp.nec.com>
AuthorDate: Wed, 4 Nov 2009 16:16:10 +0900
Committer: Ingo Molnar <mingo@...e.hu>
CommitDate: Wed, 4 Nov 2009 11:43:42 +0100
sched: Remove unused time_sync_thresh declaration
time_sync_thresh had been removed.
Signed-off-by: Hiroshi Shimamoto <h-shimamoto@...jp.nec.com>
Cc: Peter Zijlstra <a.p.zijlstra@...llo.nl>
LKML-Reference: <4AF12A3A.5050200@...jp.nec.com>
Signed-off-by: Ingo Molnar <mingo@...e.hu>
---
include/linux/sched.h | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/include/linux/sched.h b/include/linux/sched.h
index f18102c..754b3de 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().
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists