On Tue, May 26, 2020, 20:24 Justin Hibbits <[email protected]> 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 > > _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
