mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
powerpc/mmu: Actually use the Radix pmap_align_superpage function
This was missed in the conversion to ifuncs. It might help improve promotion rates.
This commit is contained in:
parent
cb07628d9e
commit
31c3770ee5
1 changed files with 1 additions and 0 deletions
|
|
@ -512,6 +512,7 @@ static struct pmap_funcs mmu_radix_methods = {
|
|||
.dumpsys_map_chunk = mmu_radix_dumpsys_map,
|
||||
.page_is_mapped = mmu_radix_page_is_mapped,
|
||||
.ps_enabled = mmu_radix_ps_enabled,
|
||||
.align_superpage = mmu_radix_align_superpage,
|
||||
.object_init_pt = mmu_radix_object_init_pt,
|
||||
.protect = mmu_radix_protect,
|
||||
/* pmap dispatcher interface */
|
||||
|
|
|
|||
Loading…
Reference in a new issue