mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/
synced 2026-09-18 18:15:59 +00: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
|
History
|
|
|---|---|---|
| .. | ||
| asm-offsets.c | ||
| avr32_ksyms.c | ||
| cpu.c | ||
| entry-avr32b.S | ||
| head.S | ||
| init_task.c | ||
| irq.c | ||
| kprobes.c | ||
| Makefile | ||
| module.c | ||
| process.c | ||
| ptrace.c | ||
| semaphore.c | ||
| setup.c | ||
| signal.c | ||
| switch_to.S | ||
| sys_avr32.c | ||
| syscall-stubs.S | ||
| syscall_table.S | ||
| time.c | ||
| traps.c | ||
| vmlinux.lds.c | ||