[PATCH 1/3] mm/page_alloc: Fix pageblock_order when HUGETLB_PAGE_ORDER >= MAX_ORDER
Anshuman Khandual
anshuman.khandual at arm.com
Fri Feb 12 02:12:55 EST 2021
On 2/11/21 1:30 PM, Christoph Hellwig wrote:
>> - if (HPAGE_SHIFT > PAGE_SHIFT)
>> + if ((HPAGE_SHIFT > PAGE_SHIFT) && (HUGETLB_PAGE_ORDER < MAX_ORDER))
>
> No need for the braces.
Will drop them.
More information about the linux-arm-kernel
mailing list