diff options
author | Jim Cromie <[email protected]> | 2022-10-22 16:56:36 -0600 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2022-11-10 19:08:38 +0100 |
commit | 9b351be25360c5cedfb98b88d6dfd89327849e52 (patch) | |
tree | 231089a7aeeb7cb672912f77343c3bc81002ad2c /lib/mpi/mpi-mod.c | |
parent | d3d76fbde1c456a6d19991baa99ea8c2d6e6696f (diff) |
vmlinux.lds.h: add BOUNDED_SECTION* macros
vmlinux.lds.h has ~45 occurrences of this general pattern:
__start_foo = .;
KEEP(*(foo))
__stop_foo = .;
Reduce this pattern to a (group of 4) macros, and use them to reduce
linecount. This was inspired by the codetag patchset.
no functional change.
CC: Suren Baghdasaryan <[email protected]>
CC: Kent Overstreet <[email protected]>
Signed-off-by: Jim Cromie <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-mod.c')
0 files changed, 0 insertions, 0 deletions