Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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()

-3
-3
kernel/time/posix-cpu-timers.c
··· 917 917 struct task_cputime cputime; 918 918 unsigned long soft; 919 919 920 - if (dl_task(tsk)) 921 - check_dl_overrun(tsk); 922 - 923 920 /* 924 921 * If cputimer is not running, then there are no active 925 922 * process wide timers (POSIX 1.b, itimers, RLIMIT_CPU).