Skip to content
Commit 3c5f2eb9 authored by Heiko Carstens's avatar Heiko Carstens
Browse files

s390/mm: avoid trimming to MAX_ORDER



Trimming to MAX_ORDER was originally done in order to avoid to set
HOLES_IN_ZONE, which in turn would enable a quite expensive
pfn_valid() check. pfn_valid() however only checks if a struct page
exists for a given pfn.

With sparsemen vmemmap there are always struct pages, since memmaps
are allocated for whole sections. Therefore remove the HOLES_IN_ZONE
comment and the trimming.

Signed-off-by: default avatarHeiko Carstens <hca@linux.ibm.com>
parent a709423f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment