mirror of
https://github.com/torvalds/linux.git
synced 2026-07-01 02:21:25 +02:00
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
|
||
|---|---|---|
| .. | ||
| asm-offsets.c | ||
| gpio.c | ||
| h8300_ksyms.c | ||
| init_task.c | ||
| ints.c | ||
| Makefile | ||
| module.c | ||
| process.c | ||
| ptrace.c | ||
| semaphore.c | ||
| setup.c | ||
| signal.c | ||
| sys_h8300.c | ||
| syscalls.S | ||
| time.c | ||
| traps.c | ||
| vmlinux.lds.S | ||