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
|
||
---|---|---|
.. | ||
armksyms.c | ||
asm-offsets.c | ||
calls.S | ||
compat.c | ||
dma.c | ||
ecard.c | ||
entry.S | ||
fiq.c | ||
head.S | ||
init_task.c | ||
irq.c | ||
Makefile | ||
process.c | ||
ptrace.c | ||
ptrace.h | ||
semaphore.c | ||
setup.c | ||
signal.c | ||
sys_arm.c | ||
time.c | ||
traps.c | ||
vmlinux-arm26-xip.lds.in | ||
vmlinux-arm26.lds.in | ||
vmlinux.lds.S |