diff options
author | Alexander Gordeev <agordeev@linux.ibm.com> | 2024-04-10 17:09:47 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2024-04-17 13:37:22 +0200 |
commit | 036cbbafbd1eb2a7437912c2fe5fdefc9d52c309 (patch) | |
tree | 2ba74406e124e9dee205aca469fe0fc68ce766a7 /include/asm-generic | |
parent | 60b8edba142e4ba3c3060431760dd803bd90ffa1 (diff) |
s390/irq,nmi: Include <asm/vtime.h> header directly
update_timer_sys() and update_timer_mcck() are inlines used for
CPU time accounting from the interrupt and machine-check handlers.
These routines are specific to s390 architecture, but included
via <linux/vtime.h> header implicitly. Avoid the extra loop and
include <asm/vtime.h> header directly.
Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Acked-by: Heiko Carstens <hca@linux.ibm.com>
Link: https://lore.kernel.org/r/3fb696637c0eb7e9d6ffd6cbf9e647d7c5986b3d.1712760275.git.agordeev@linux.ibm.com
Diffstat (limited to 'include/asm-generic')
0 files changed, 0 insertions, 0 deletions