]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
jiffies: Remove unused __jiffy_arch_data
authorPetr Pavlu <petr.pavlu@suse.com>
Tue, 17 Feb 2026 11:26:15 +0000 (12:26 +0100)
committerThomas Gleixner <tglx@kernel.org>
Tue, 24 Feb 2026 07:41:51 +0000 (08:41 +0100)
commitecfa23b486b22844855844202424bc1966cebb33
treed6c19aa05a349adbfdd97b2679ee7c45aea436b8
parent6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f
jiffies: Remove unused __jiffy_arch_data

The __jiffy_arch_data definition was added in 2017 by commit 60b0a8c3d248
("frv: declare jiffies to be located in the .data section") for the needs
of the frv port. The frv support was removed in 2018 by commit fd8773f9f544
("arch: remove frv port") and no other architecture has required
__jiffy_arch_data. Therefore, remove this unused definition.

Signed-off-by: Petr Pavlu <petr.pavlu@suse.com>
Signed-off-by: Thomas Gleixner <tglx@kernel.org>
Link: https://patch.msgid.link/20260217112638.1525094-1-petr.pavlu@suse.com
include/linux/jiffies.h