v2 2026-07-23

arm64 pte_present改为静态内联函数 · v2

将arm64的pte_present()从宏改为静态内联函数,避免宏展开导致的副作用问题,并影响pmd_present()和pud_present()。

原始补丁链接