diff options
author | Sha Zhengju <handai.szj@taobao.com> | 2013-02-20 17:14:38 +0800 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2013-02-20 11:39:24 +0100 |
commit | 1c3e826482ab698e418c7a894440e62c76aac893 (patch) | |
tree | 308b6ec83faaf1185c937ef4d2a5387bef00ff99 /include/linux | |
parent | ece8e0b2f9c980e5511fe8db2d68c6f1859b9d83 (diff) | |
download | linux-1c3e826482ab698e418c7a894440e62c76aac893.tar.gz linux-1c3e826482ab698e418c7a894440e62c76aac893.tar.bz2 linux-1c3e826482ab698e418c7a894440e62c76aac893.zip |
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')
-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; DECLARE_PER_CPU(unsigned long, process_counts); extern int nr_processes(void); extern unsigned long nr_running(void); -extern unsigned long nr_uninterruptible(void); extern unsigned long nr_iowait(void); extern unsigned long nr_iowait_cpu(int cpu); extern unsigned long this_cpu_load(void); |