summaryrefslogtreecommitdiff
path: root/mm/sparse.c
diff options
context:
space:
mode:
authorOscar Salvador <osalvador@suse.de>2024-05-27 06:45:23 +0200
committerAndrew Morton <akpm@linux-foundation.org>2024-07-03 19:30:02 -0700
commit7bc131c56853cd6c1d51d8cfc1befc0a23278395 (patch)
treedea607f348a5c25bc22e8c6900e8fb16f2409e65 /mm/sparse.c
parentd39b6af2189095f2c411a0a261d44e0ac4be3ad1 (diff)
downloadlwn-7bc131c56853cd6c1d51d8cfc1befc0a23278395.tar.gz
lwn-7bc131c56853cd6c1d51d8cfc1befc0a23278395.zip
arch/x86: do not explicitly clear Reserved flag in free_pagetable
In free_pagetable() we use the non-atomic version for clearing the PageReserved bit from the page. free_pagetable() will either call free_reserved_page() or put_page_bootmem(), which will eventually end up calling free_reserved_page(), and in there we already clear the PageReserved flag. Link: https://lkml.kernel.org/r/20240527044523.29207-1-osalvador@suse.de Signed-off-by: Oscar Salvador <osalvador@suse.de> Acked-by: David Hildenbrand <david@redhat.com> Cc: Dave Hansen <dave.hansen@intel.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'mm/sparse.c')
0 files changed, 0 insertions, 0 deletions