aboutsummaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorHiroshi Shimamoto <[email protected]>2009-11-04 16:16:54 +0900
committerIngo Molnar <[email protected]>2009-11-04 11:43:43 +0100
commit9824a2b728b63e7ff586b9fd9293c819be79f0f3 (patch)
treecb73b6d37e5854206bf669bc63c72342191039c8 /include/linux
parent2a2bb3142d326bb28b03875cabfc49baaac9a14a (diff)
sched: Remove unused cpu_nr_migrations()
cpu_nr_migrations() is not used, remove it. Signed-off-by: Hiroshi Shimamoto <[email protected]> Cc: Peter Zijlstra <[email protected]> LKML-Reference: <[email protected]> Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'include/linux')
-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 754b3deed02b..dfc21fb76bf1 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);