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)
commitfece98260f31292dd468925c7582065bf6193212
tree0d7308863bfec2f1c0424b237dbfab202ff919aa
parent9bf7c32409354b4a2fa3207d369a22c8233f718c
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