]> git.baikalelectronics.ru Git - kernel.git/commit
posix-cpu-timers: Replace cpu_timer_pid_type with clock_pid_type
authorEric W. Biederman <ebiederm@xmission.com>
Mon, 27 Apr 2020 14:38:29 +0000 (09:38 -0500)
committerEric W. Biederman <ebiederm@xmission.com>
Wed, 29 Apr 2020 12:14:51 +0000 (07:14 -0500)
commit90b1e072031da4a2afc6ca55dc503dcd2cbc7d6c
tree0d7308863bfec2f1c0424b237dbfab202ff919aa
parentb1f5d841b27d84e3c3640bfaea1f436d57906b50
posix-cpu-timers: Replace cpu_timer_pid_type with clock_pid_type

Taking a clock and returning a pid_type is a more general and
a superset of taking a timer and returning a pid_type.

Perform this generalization so that future changes may use
this code on clocks as well as timers.

Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
kernel/time/posix-cpu-timers.c