svn commit: r361544 - in head/sys: conf powerpc/aim powerpc/booke powerpc/include powerpc/powerpc powerpc/ps3 powerpc/pseries

Justin Hibbits jhibbits at freebsd.org
Wed May 27 01:39:06 UTC 2020


On Tue, May 26, 2020, 20:24 Justin Hibbits <jhibbits at freebsd.org> wrote:

> Author: jhibbits
> Date: Wed May 27 01:24:12 2020
> New Revision: 361544
> URL: https://svnweb.freebsd.org/changeset/base/361544
>
> Log:
>   powerpc/mmu: Convert PowerPC pmap drivers to ifunc from kobj
>
>   With IFUNC support in the kernel, we can finally get rid of our
> poor-man's
>   ifunc for pmap, utilizing kobj.  Since moea64 uses a second tier kobj as
>   well, for its own private methods, this adds a second pmap install
> function
>   (pmap_mmu_init()) to perform pmap 'post-install pre-bootstrap'
>   initialization, before the IFUNCs get initialized.
>
>   Reviewed by:  bdragon


Differential revision: https://reviews.freebsd.org/D24993

>
>


More information about the svn-src-head mailing list