linux-stable/arch/csky/abiv1
Joel Granados 8f06eef7b8 c-sky: Remove now superfluous sentinel element from ctl_talbe array
This commit comes at the tail end of a greater effort to remove the
empty elements at the end of the ctl_table arrays (sentinels) which
will reduce the overall build time size of the kernel and run time
memory bloat by ~64 bytes per sentinel (further information Link :
https://lore.kernel.org/all/ZO5Yx5JFogGi%2FcBo@bombadil.infradead.org/)

Remove sentinel from alignment_tbl ctl_table array. This removal is safe
because register_sysctl_init implicitly uses ARRAY_SIZE() in addition to
checking for the sentinel.

Acked-by: Guo Ren <guoren@kernel.org>
Signed-off-by: Joel Granados <j.granados@samsung.com>
Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
2023-10-10 15:22:02 -07:00
..
inc/abi mm: rationalise flush_icache_pages() and flush_icache_page() 2023-08-24 16:20:25 -07:00
alignment.c c-sky: Remove now superfluous sentinel element from ctl_talbe array 2023-10-10 15:22:02 -07:00
bswapdi.c csky: Library functions 2018-10-26 00:54:24 +08:00
bswapsi.c csky: Library functions 2018-10-26 00:54:24 +08:00
cacheflush.c csky: implement the new page table range API 2023-08-24 16:20:20 -07:00
Makefile csky: Add C based string functions 2022-04-18 21:23:55 +08:00
mmap.c csky: Fixup arch_get_unmapped_area() implementation 2019-08-20 16:09:37 +08:00