Add samsung specific changes

This commit is contained in:
2025-08-11 14:29:00 +02:00
parent c66122e619
commit 4d134a1294
2688 changed files with 1127995 additions and 11475 deletions

View File

@@ -1187,7 +1187,11 @@ int __meminit vmemmap_check_pmd(pmd_t *pmdp, int node,
unsigned long addr, unsigned long next)
{
vmemmap_verify((pte_t *)pmdp, node, addr, next);
#ifdef CONFIG_ARCH_QTI_VM
return pmd_sect(*pmdp);
#else
return 1;
#endif
}
int __meminit vmemmap_populate(unsigned long start, unsigned long end, int node,