diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-04-20 14:38:21 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-04-20 14:38:21 -0400 |
commit | f1f9b3b1795da8625e0e6096813c9d18d4a344ce (patch) | |
tree | 5b5b8a9bc5e8b92962708282484a01d86a2027e2 /include/linux/kernel_stat.h | |
parent | 125e702b09a28a502e145fb434678ee27720fc48 (diff) |
perfcounters, sched: remove __task_delta_exec()
This function was left orphan by the latest round of sw-counter
cleanups.
[ Impact: remove unused kernel function ]
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/linux/kernel_stat.h')
-rw-r--r-- | include/linux/kernel_stat.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/kernel_stat.h b/include/linux/kernel_stat.h index 080d1fd461d7..a77c6007dc99 100644 --- a/include/linux/kernel_stat.h +++ b/include/linux/kernel_stat.h | |||
@@ -85,7 +85,6 @@ static inline unsigned int kstat_irqs(unsigned int irq) | |||
85 | /* | 85 | /* |
86 | * Lock/unlock the current runqueue - to extract task statistics: | 86 | * Lock/unlock the current runqueue - to extract task statistics: |
87 | */ | 87 | */ |
88 | extern unsigned long long __task_delta_exec(struct task_struct *tsk, int update); | ||
89 | extern unsigned long long task_delta_exec(struct task_struct *); | 88 | extern unsigned long long task_delta_exec(struct task_struct *); |
90 | 89 | ||
91 | extern void account_user_time(struct task_struct *, cputime_t, cputime_t); | 90 | extern void account_user_time(struct task_struct *, cputime_t, cputime_t); |