[PATCH] uml: Remove unused variable
timer_irq_inited was useless, so it is removed. Signed-off-by: Jeff Dike <jdike@addtoit.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
537ae946e8
commit
602cc24181
@@ -35,9 +35,6 @@ unsigned long long sched_clock(void)
|
||||
return (unsigned long long)jiffies_64 * (1000000000 / HZ);
|
||||
}
|
||||
|
||||
/* Changed at early boot */
|
||||
int timer_irq_inited = 0;
|
||||
|
||||
static unsigned long long prev_nsecs;
|
||||
#ifdef CONFIG_UML_REAL_TIME_CLOCK
|
||||
static long long delta; /* Deviation per interval */
|
||||
@@ -116,8 +113,6 @@ static void register_timer(void)
|
||||
printk(KERN_ERR "register_timer : request_irq failed - "
|
||||
"errno = %d\n", -err);
|
||||
|
||||
timer_irq_inited = 1;
|
||||
|
||||
err = set_interval(1);
|
||||
if(err != 0)
|
||||
printk(KERN_ERR "register_timer : set_interval failed - "
|
||||
|
Reference in New Issue
Block a user