posix-cpu-timers: Remove cputime_expires
The last users of the magic struct cputime based expiry cache are gone. Remove the leftovers. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Frederic Weisbecker <frederic@kernel.org> Link: https://lkml.kernel.org/r/20190821192921.790209622@linutronix.de
This commit is contained in:
@@ -18,16 +18,6 @@
|
||||
|
||||
#include "posix-timers.h"
|
||||
|
||||
static inline void temporary_check(void)
|
||||
{
|
||||
BUILD_BUG_ON(offsetof(struct task_cputime, stime) !=
|
||||
CPUCLOCK_PROF * sizeof(u64));
|
||||
BUILD_BUG_ON(offsetof(struct task_cputime, utime) !=
|
||||
CPUCLOCK_VIRT * sizeof(u64));
|
||||
BUILD_BUG_ON(offsetof(struct task_cputime, sum_exec_runtime) !=
|
||||
CPUCLOCK_SCHED * sizeof(u64));
|
||||
}
|
||||
|
||||
static void posix_cpu_timer_rearm(struct k_itimer *timer);
|
||||
|
||||
void posix_cputimers_group_init(struct posix_cputimers *pct, u64 cpu_limit)
|
||||
|
Reference in New Issue
Block a user