Page MenuHomeFreeBSD

uma: pcpu_page_free needs to startup_free pages from startup_alloc
ClosedPublic

Authored by rlibby on Feb 4 2020, 12:58 AM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 20 2023, 5:26 AM
Unknown Object (File)
Jul 8 2023, 2:28 AM
Unknown Object (File)
May 15 2023, 9:04 AM
Unknown Object (File)
Dec 30 2022, 10:28 PM
Unknown Object (File)
Dec 2 2022, 12:19 PM
Subscribers

Details

Summary

After r357392, it is apparent that we do have some early-boot PCPU
zones. Make it so we can safely free pages from them if they are
actually used during early boot.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

I just considered that it might be cleaner to test for this once in keg_free_slab but this is fine.

This revision is now accepted and ready to land.Feb 4 2020, 1:17 AM