Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27219
b: refs/heads/master
c: f53ae1d
h: refs/heads/master
i:
  27217: 55ebb80
  27215: cf19f01
v: v3
  • Loading branch information
Oleg Nesterov authored and Linus Torvalds committed Jun 17, 2006
1 parent 70f75e2 commit 56793e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 30f1e3dd8c72abda343bcf415f7d8894a02b4290
refs/heads/master: f53ae1dc3429529a58aa538e0a860d713c7079c3
3 changes: 0 additions & 3 deletions trunk/kernel/posix-cpu-timers.c
Original file line number Diff line number Diff line change
Expand Up @@ -555,9 +555,6 @@ static void arm_timer(struct k_itimer *timer, union cpu_time_count now)
struct cpu_timer_list *next;
unsigned long i;

if (CPUCLOCK_PERTHREAD(timer->it_clock) && (p->flags & PF_EXITING))
return;

head = (CPUCLOCK_PERTHREAD(timer->it_clock) ?
p->cpu_timers : p->signal->cpu_timers);
head += CPUCLOCK_WHICH(timer->it_clock);
Expand Down

0 comments on commit 56793e4

Please sign in to comment.