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
F169297752: D23496.id67794.diff
Tue, Sep 1, 3:50 AM
F169161239: D23496.id.diff
Mon, Aug 31, 3:31 PM
F169112348: D23496.id67754.diff
Mon, Aug 31, 11:01 AM
F169107945: D23496.diff
Mon, Aug 31, 10:45 AM
Unknown Object (File)
Sat, Aug 29, 10:59 AM
Unknown Object (File)
Fri, Aug 28, 10:35 AM
Unknown Object (File)
Thu, Aug 27, 10:10 AM
Unknown Object (File)
Thu, Aug 27, 7:16 AM
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