mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-25 16:11:45 +00:00
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>
This commit is contained in:
parent
125e702b09
commit
f1f9b3b179
2 changed files with 0 additions and 24 deletions
|
@ -85,7 +85,6 @@ static inline unsigned int kstat_irqs(unsigned int irq)
|
|||
/*
|
||||
* Lock/unlock the current runqueue - to extract task statistics:
|
||||
*/
|
||||
extern unsigned long long __task_delta_exec(struct task_struct *tsk, int update);
|
||||
extern unsigned long long task_delta_exec(struct task_struct *);
|
||||
|
||||
extern void account_user_time(struct task_struct *, cputime_t, cputime_t);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue