On 5/17/22 00:22, Pasha Tatashin wrote: > From: Pasha Tatashin <pasha.tatashin@xxxxxxxxxx> > > Other architectures and the common mm/ use P*D_MASK, and P*D_SIZE. > Remove the duplicated P*D_PAGE_MASK and P*D_PAGE_SIZE which are only > used in x86/*. > > Signed-off-by: Pasha Tatashin <pasha.tatashin@xxxxxxxxxx> > --- > > Applies against next-20220516 that contains: > mm: page_table_check: using PxD_SIZE instead of PxD_PAGE_SIZ Right, had discussed about this earlier during the page table check series. Does make sense to use standard PMD_SIZE/PUD_SIZE like other platforms and also the generic MM. FWIW Reviewed-by: Anshuman Khandual <anshuman.khandual@xxxxxxx>