Skip to content
Commit 2dfa482c authored by Alexandru Elisei's avatar Alexandru Elisei
Browse files

arm64: mte: Fix maximum block count when checking zone

alloc_contig_range() requires all pages to be in the same zone. The maximum
size of a tag block corresponds to the maximum number of pages an
allocation can request. This number is MAX_ORDER, not MAX_ORDER - 1.
parent d12be756
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