Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 20039
b: refs/heads/master
c: 53f087f
h: refs/heads/master
i:
  20037: 89a4779
  20035: 31932f0
  20031: d3caf04
v: v3
  • Loading branch information
Al Viro committed Feb 8, 2006
1 parent e0af120 commit 9e994da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 76edc6051e02186fe664ab880447e2d1f96fd884
refs/heads/master: 53f087febfd12e74ba9f1082e71e9a45adc039ad
2 changes: 1 addition & 1 deletion trunk/kernel/timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ unsigned long next_timer_interrupt(void)
base = &__get_cpu_var(tvec_bases);
spin_lock(&base->t_base.lock);
expires = base->timer_jiffies + (LONG_MAX >> 1);
list = 0;
list = NULL;

/* Look for timer events in tv1. */
j = base->timer_jiffies & TVR_MASK;
Expand Down

0 comments on commit 9e994da

Please sign in to comment.