Thread (19 messages) 19 messages, 7 authors, 2026-04-27

Re: [PATCH RFC v3 1/4] x86/mm: Use proper page table helpers for huge page generation

From: Yin Tirui <hidden>
Date: 2026-03-10 03:23:41
Also in: linux-mm, lkml


On 3/6/2026 5:29 PM, Jonathan Cameron wrote:
Whilst you are here, can we make that a one liner.
	entry = pfn_pmd(__pa(p) >> PAGE_SHIFT, PAGE_KERNEL_LARGE);

Could even do

	pmd_t entry = pfn_pmd(__pa(p) >> PAGE_SHIFT, PAGE_KERNEL_LARGE);
but that's more of a question of taste.
Hi Jonathan,

Thanks for the suggestion, I will fold this one-liner cleanup into the 
next respin.

-- 
Yin Tirui

Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help