diff options
Diffstat (limited to 'kernel/time/posix-cpu-timers.c')
-rw-r--r-- | kernel/time/posix-cpu-timers.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/kernel/time/posix-cpu-timers.c b/kernel/time/posix-cpu-timers.c index ce32cf741b25..8f0644af40be 100644 --- a/kernel/time/posix-cpu-timers.c +++ b/kernel/time/posix-cpu-timers.c | |||
@@ -917,9 +917,6 @@ static void check_process_timers(struct task_struct *tsk, | |||
917 | struct task_cputime cputime; | 917 | struct task_cputime cputime; |
918 | unsigned long soft; | 918 | unsigned long soft; |
919 | 919 | ||
920 | if (dl_task(tsk)) | ||
921 | check_dl_overrun(tsk); | ||
922 | |||
923 | /* | 920 | /* |
924 | * If cputimer is not running, then there are no active | 921 | * If cputimer is not running, then there are no active |
925 | * process wide timers (POSIX 1.b, itimers, RLIMIT_CPU). | 922 | * process wide timers (POSIX 1.b, itimers, RLIMIT_CPU). |