Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 May 2020 20:38:54 -0500
From:      Justin Hibbits <jhibbits@freebsd.org>
To:        src-committers <src-committers@freebsd.org>, svn-src-all <svn-src-all@freebsd.org>, svn-src-head@freebsd.org
Subject:   Re: svn commit: r361544 - in head/sys: conf powerpc/aim powerpc/booke powerpc/include powerpc/powerpc powerpc/ps3 powerpc/pseries
Message-ID:  <CAHSQbTCjxqOi0-XGf9fv8Yib9B2P2JXcB-7tNSXzgt9JjQ0UNA@mail.gmail.com>
In-Reply-To: <202005270124.04R1ODAh030113@repo.freebsd.org>
References:  <202005270124.04R1ODAh030113@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, May 26, 2020, 20:24 Justin Hibbits <jhibbits@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

>
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAHSQbTCjxqOi0-XGf9fv8Yib9B2P2JXcB-7tNSXzgt9JjQ0UNA>