diff options
author | Sha Zhengju <handai.szj@taobao.com> | 2013-02-20 04:14:38 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2013-02-20 05:39:24 -0500 |
commit | 1c3e826482ab698e418c7a894440e62c76aac893 (patch) | |
tree | 308b6ec83faaf1185c937ef4d2a5387bef00ff99 /include/linux/sched.h | |
parent | ece8e0b2f9c980e5511fe8db2d68c6f1859b9d83 (diff) |
sched/core: Remove the obsolete and unused nr_uninterruptible() function
Signed-off-by: Sha Zhengju <handai.szj@taobao.com>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1361351678-8065-1-git-send-email-handai.szj@taobao.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 33cc42130371..f9ca237df7e8 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -98,7 +98,6 @@ extern int nr_threads; | |||
98 | DECLARE_PER_CPU(unsigned long, process_counts); | 98 | DECLARE_PER_CPU(unsigned long, process_counts); |
99 | extern int nr_processes(void); | 99 | extern int nr_processes(void); |
100 | extern unsigned long nr_running(void); | 100 | extern unsigned long nr_running(void); |
101 | extern unsigned long nr_uninterruptible(void); | ||
102 | extern unsigned long nr_iowait(void); | 101 | extern unsigned long nr_iowait(void); |
103 | extern unsigned long nr_iowait_cpu(int cpu); | 102 | extern unsigned long nr_iowait_cpu(int cpu); |
104 | extern unsigned long this_cpu_load(void); | 103 | extern unsigned long this_cpu_load(void); |