aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
diff options
context:
space:
mode:
authorHiroshi Shimamoto <h-shimamoto@ct.jp.nec.com>2009-11-04 16:16:54 +0900
committerIngo Molnar <mingo@elte.hu>2009-11-04 11:43:43 +0100
commit9824a2b728b63e7ff586b9fd9293c819be79f0f3 (patch)
treecb73b6d37e5854206bf669bc63c72342191039c8 /include/linux/sched.h
parent2a2bb3142d326bb28b03875cabfc49baaac9a14a (diff)
downloadkernel_samsung_smdk4412-9824a2b728b63e7ff586b9fd9293c819be79f0f3.zip
kernel_samsung_smdk4412-9824a2b728b63e7ff586b9fd9293c819be79f0f3.tar.gz
kernel_samsung_smdk4412-9824a2b728b63e7ff586b9fd9293c819be79f0f3.tar.bz2
sched: Remove unused cpu_nr_migrations()
cpu_nr_migrations() is not used, remove it. Signed-off-by: Hiroshi Shimamoto <h-shimamoto@ct.jp.nec.com> Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> LKML-Reference: <4AF12A66.6020609@ct.jp.nec.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r--include/linux/sched.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index 754b3de..dfc21fb 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -145,7 +145,6 @@ extern unsigned long this_cpu_load(void);
extern void calc_global_load(void);
-extern u64 cpu_nr_migrations(int cpu);
extern unsigned long get_parent_ip(unsigned long addr);