Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 08b52786 authored by Linus Torvalds's avatar Linus Torvalds
Browse files

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()
parents 024d4d4c e6a2d72c
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -917,9 +917,6 @@ static void check_process_timers(struct task_struct *tsk,
	struct task_cputime cputime;
	unsigned long soft;

	if (dl_task(tsk))
		check_dl_overrun(tsk);

	/*
	 * If cputimer is not running, then there are no active
	 * process wide timers (POSIX 1.b, itimers, RLIMIT_CPU).