Page MenuHomeFreeBSD

amd64 pmap: convert some panics to KASSERTs
ClosedPublic

Authored by alc on Sun, Jul 6, 5:53 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Jul 16, 9:15 AM
Unknown Object (File)
Mon, Jul 7, 12:06 AM
Subscribers

Details

Summary

With the recent changes to pmap_demote_DMAP(), the calls to pmap_demote_pdpe() and pmap_demote_pde_mpte() should never fail.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

alc requested review of this revision.Sun, Jul 6, 5:53 PM
alc created this revision.
This revision is now accepted and ready to land.Sun, Jul 6, 5:58 PM

Should the pmap_demote_pde() in pmap_unwire() get the same treatment? As I understand, wire should saved the pt page in radix.

In D51180#1168328, @kib wrote:

Should the pmap_demote_pde() in pmap_unwire() get the same treatment? As I understand, wire should saved the pt page in radix.

I think that should be preceded by the changes under discussion in D49442.

This revision was automatically updated to reflect the committed changes.