diff options
| author | Hiroshi Shimamoto <[email protected]> | 2009-11-04 16:16:54 +0900 |
|---|---|---|
| committer | Ingo Molnar <[email protected]> | 2009-11-04 11:43:43 +0100 |
| commit | 9824a2b728b63e7ff586b9fd9293c819be79f0f3 (patch) | |
| tree | cb73b6d37e5854206bf669bc63c72342191039c8 /include/linux | |
| parent | 2a2bb3142d326bb28b03875cabfc49baaac9a14a (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.h | 1 |
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); |