We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24de583 commit 5845e70Copy full SHA for 5845e70
arch/arm64/include/asm/pgtable.h
@@ -715,7 +715,7 @@ static inline pud_t *p4d_pgtable(p4d_t p4d)
715
return (pud_t *)__va(p4d_page_paddr(p4d));
716
}
717
718
-/* Find an entry in the frst-level page table. */
+/* Find an entry in the first-level page table. */
719
#define pud_offset_phys(dir, addr) (p4d_page_paddr(READ_ONCE(*(dir))) + pud_index(addr) * sizeof(pud_t))
720
721
#define pud_set_fixmap(addr) ((pud_t *)set_fixmap_offset(FIX_PUD, addr))
0 commit comments