linux/arch/csky/abiv1
Joel Granados 7347586f00 csky: Remove the size from alignment_tbl declaration
Having to synchronize the number of ctl_table array elements with the
size in the declaration can lead to discrepancies between the two
values. Since commit d7a76ec871 ("sysctl: Remove check for sentinel
element in ctl_table arrays"), the calculation of the ctl_table array
size is done solely by the ARRAY_SIZE macro removing the need for the
size in the declaration.

Remove the size for the aligment_tbl declaration and const qualify the
array for good measure.

Signed-off-by: Joel Granados <joel.granados@kernel.org>
Reviewed-by: Kees Cook <kees@kernel.org>
2025-02-05 10:15:40 +01:00
..
inc/abi mm: Introduce flush_cache_vmap_early() 2023-12-14 00:23:17 -08:00
alignment.c csky: Remove the size from alignment_tbl declaration 2025-02-05 10:15:40 +01:00
bswapdi.c
bswapsi.c
cacheflush.c csky: implement the new page table range API 2023-08-24 16:20:20 -07:00
Makefile
mmap.c mm: make arch_get_unmapped_area() take vm_flags by default 2024-09-09 16:39:13 -07:00