Re: [PATCH] mm: Replace (20 - PAGE_SHIFT) with common macros for pages<->MB conversion

From: Dev Jain
Date: Fri Jul 18 2025 - 05:43:12 EST



On 18/07/25 8:11 am, Ye Liu wrote:
From: Ye Liu <liuye@xxxxxxxxxx>

Replace repeated (20 - PAGE_SHIFT) calculations with standard macros:
- MB_TO_PAGES(mb) converts MB to page count
- PAGES_TO_MB(pages) converts pages to MB

No functional change.

Signed-off-by: Ye Liu <liuye@xxxxxxxxxx>
---

Reviewed-by: Dev Jain <dev.jain@xxxxxxx>