diff options
author | 2025-03-31 17:22:20 +0200 | |
---|---|---|
committer | 2025-05-02 22:46:01 +0900 | |
commit | 08e2a660b1601963ced37ac8e8d8c134a97f167e (patch) | |
tree | a1764ad3437196befb753f8f935b0ce40aa234a6 /scripts/lib/kdoc/kdoc_output.py | |
parent | Linux 6.15-rc4 (diff) | |
download | linux-rng-08e2a660b1601963ced37ac8e8d8c134a97f167e.tar.xz linux-rng-08e2a660b1601963ced37ac8e8d8c134a97f167e.zip |
counter: interrupt-cnt: Convert atomic_t -> atomic_long_t
Convert the internal counter type to atomic_long_t, which:
- doesn't change much for existing in-tree users as they are 32-bit anyway
(stm32/i.MX6)
- doesn't introduce performace penalty on 32-bit platforms
- provides 64-bit resolution on 64-bit platforms with virtually no
preformance penalty
Signed-off-by: Alexander Sverdlin <alexander.sverdlin@siemens.com>
Acked-by: Oleksij Rempel <o.rempel@pengutronix.de>
Link: https://lore.kernel.org/r/20250331152222.2263776-1-alexander.sverdlin@siemens.com
Signed-off-by: William Breathitt Gray <wbg@kernel.org>
Diffstat (limited to 'scripts/lib/kdoc/kdoc_output.py')
0 files changed, 0 insertions, 0 deletions