Skip to content

Commit 08b5278

Browse files
committed
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull timer fix from Thomas Gleixner: "Just the removal of a redundant call into the sched deadline overrun check" * 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: posix-cpu-timers: Remove useless call to check_dl_overrun()
2 parents 024d4d4 + e6a2d72 commit 08b5278

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

kernel/time/posix-cpu-timers.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -917,9 +917,6 @@ static void check_process_timers(struct task_struct *tsk,
917917
struct task_cputime cputime;
918918
unsigned long soft;
919919

920-
if (dl_task(tsk))
921-
check_dl_overrun(tsk);
922-
923920
/*
924921
* If cputimer is not running, then there are no active
925922
* process wide timers (POSIX 1.b, itimers, RLIMIT_CPU).

0 commit comments

Comments
 (0)