[PATCH] uml: timer handler tidying
authorJeff Dike <jdike@addtoit.com>
Mon, 10 Jul 2006 11:45:08 +0000 (04:45 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 10 Jul 2006 20:24:23 +0000 (13:24 -0700)
commit872aaa65a6ef30edef05a89977f7021f9840b215
treed6402a26830dc2c5f48d6f9ec48069e3c0e784a7
parente64bd134085451fe3f751025c5d5a70729164b7c
[PATCH] uml: timer handler tidying

Get rid of a user of timer_irq_inited (and first_tick) by observing that
prev_ticks can be used to decide if this is the first call.

Signed-off-by: Jeff Dike <jdike@addtoit.com>
Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/um/kernel/time_kern.c