commit | dce3e8fd039cc1b62760b3ad6822cf04c262cd0e | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <[email protected]> | Mon Aug 19 16:31:47 2019 +0200 |
committer | Thomas Gleixner <[email protected]> | Wed Aug 21 20:27:16 2019 +0200 |
tree | ca7bbb04c130b0216f13d7db1af4dcf28d321618 | |
parent | 692117c1f7a6770ed41dd8f277cd9fed1dfb16f1 [diff] [blame] |
posix-cpu-timers: Remove tsk argument from run_posix_cpu_timers() It's always current. Don't give people wrong ideas. Signed-off-by: Thomas Gleixner <[email protected]> Reviewed-by: Frederic Weisbecker <[email protected]> Link: https://lkml.kernel.org/r/[email protected]
diff --git a/include/linux/posix-timers.h b/include/linux/posix-timers.h index 26c636d..033374b9 100644 --- a/include/linux/posix-timers.h +++ b/include/linux/posix-timers.h
@@ -118,7 +118,7 @@ struct k_itimer { struct rcu_head rcu; }; -void run_posix_cpu_timers(struct task_struct *task); +void run_posix_cpu_timers(void); void posix_cpu_timers_exit(struct task_struct *task); void posix_cpu_timers_exit_group(struct task_struct *task); void set_process_cpu_timer(struct task_struct *task, unsigned int clock_idx,