File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1418,8 +1418,8 @@ static inline bool pgdp_maps_userspace(void *__ptr)
1418
1418
return (((ptr & ~PAGE_MASK ) / sizeof (pgd_t )) < PGD_KERNEL_START );
1419
1419
}
1420
1420
1421
- #define pgd_leaf pgd_large
1422
- static inline int pgd_large (pgd_t pgd ) { return 0 ; }
1421
+ #define pgd_leaf pgd_leaf
1422
+ static inline int pgd_leaf (pgd_t pgd ) { return 0 ; }
1423
1423
1424
1424
#ifdef CONFIG_PAGE_TABLE_ISOLATION
1425
1425
/*
Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ static p4d_t *pti_user_pagetable_walk_p4d(unsigned long address)
185
185
186
186
set_pgd (pgd , __pgd (_KERNPG_TABLE | __pa (new_p4d_page )));
187
187
}
188
- BUILD_BUG_ON (pgd_large (* pgd ) != 0 );
188
+ BUILD_BUG_ON (pgd_leaf (* pgd ) != 0 );
189
189
190
190
return p4d_offset (pgd , address );
191
191
}
You can’t perform that action at this time.
0 commit comments