3171a0305d
Pass ticks to do_timer() and update_times(), and adjust x86_64 and s390
timer interrupt handler with this change.
Currently update_times() calculates ticks by "jiffies - wall_jiffies", but
callers of do_timer() should know how many ticks to update. Passing ticks
get rid of this redundant calculation. Also there are another redundancy
pointed out by Martin Schwidefsky.
This cleanup make a barrier added by
|
||
---|---|---|
.. | ||
aux_reg.h | ||
debug-macro.S | ||
dma.h | ||
entry-macro.S | ||
gp_timers.h | ||
gpio.h | ||
hardware.h | ||
io.h | ||
irqs.h | ||
memory.h | ||
pmpcon.h | ||
pmu.h | ||
serial_l7200.h | ||
serial.h | ||
sib.h | ||
sys-clock.h | ||
system.h | ||
time.h | ||
timex.h | ||
uncompress.h | ||
vmalloc.h |