dect
/
linux-2.6
Archived
13
0
Fork 0

[PATCH] timer.c NULL noise removal

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Al Viro 2006-02-01 05:56:41 -05:00
parent 76edc6051e
commit 53f087febf
1 changed files with 1 additions and 1 deletions

View File

@ -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;