aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/dev_api.c
diff options
context:
space:
mode:
authorOscar Salvador <[email protected]>2025-05-06 11:10:12 +0000
committerMike Rapoport (Microsoft) <[email protected]>2025-05-06 17:07:25 +0000
commit42e31f0daf80d9f7bc4ab4000f2795ec3ddf5206 (patch)
tree90c9d25a5428588e51d7d8f994ad19c3e3d5cdb0 /net/core/dev_api.c
parentLinux 6.15-rc5 (diff)
downloadkernel-42e31f0daf80d9f7bc4ab4000f2795ec3ddf5206.tar.gz
kernel-42e31f0daf80d9f7bc4ab4000f2795ec3ddf5206.zip
mm,mm_init: Mark set_high_memory as __init
set_high_memory() touches arch_zone_lowest_possible_pfn which is marked as __initdata, which creates a section mismatch. Since the only user of the function is free_area_init() which is also marked as __init, mark set_high_memory() as __init as well. Signed-off-by: Oscar Salvador <[email protected]> Reported-by: kernel test robot <[email protected]> Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mike Rapoport (Microsoft) <[email protected]>
Diffstat (limited to 'net/core/dev_api.c')
0 files changed, 0 insertions, 0 deletions