diff options
author | 2023-10-02 13:30:38 +0200 | |
---|---|---|
committer | 2023-10-10 15:22:02 -0700 | |
commit | 83e291d3f5964a6f7a4871db543a2ed31d1b8d07 (patch) | |
tree | 7cc7536d56e9bd2e177429b81e7ed37f51987672 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | arm: Remove now superfluous sentinel elem from ctl_table arrays (diff) | |
download | wireguard-linux-83e291d3f5964a6f7a4871db543a2ed31d1b8d07.tar.xz wireguard-linux-83e291d3f5964a6f7a4871db543a2ed31d1b8d07.zip |
arch/x86: Remove now superfluous sentinel elem from ctl_table arrays
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 element from sld_sysctl and itmt_kern_table. This
removal is safe because register_sysctl_init and register_sysctl
implicitly use the array size in addition to checking for the sentinel.
Reviewed-by: Ingo Molnar <mingo@kernel.org>
Acked-by: Dave Hansen <dave.hansen@linux.intel.com> # for x86
Signed-off-by: Joel Granados <j.granados@samsung.com>
Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions