Page MenuHomeFreeBSD

Assert that we are not descending through a leaf pointer.
ClosedPublic

Authored by markj on May 13 2020, 5:42 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Apr 6, 10:34 PM
Unknown Object (File)
Thu, Apr 3, 5:44 AM
Unknown Object (File)
Feb 4 2025, 3:21 AM
Unknown Object (File)
Feb 3 2025, 7:36 PM
Unknown Object (File)
Jan 24 2025, 12:43 PM
Unknown Object (File)
Jan 16 2025, 8:25 PM
Unknown Object (File)
Jan 13 2025, 10:29 PM
Unknown Object (File)
Dec 30 2024, 7:56 PM
Subscribers

Details

Summary

This is useful for catching bugs. I will the change to other pmaps if
there are no objections to this.

Diff Detail

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

Event Timeline

markj requested review of this revision.May 13 2020, 5:42 PM
markj created this revision.
This revision is now accepted and ready to land.May 13 2020, 6:04 PM
sys/amd64/amd64/pmap.c
1346 ↗(On Diff #71728)

"pdpe" -> "pde"

Fix a typo in the assertion string.

This revision now requires review to proceed.May 13 2020, 9:09 PM
This revision was not accepted when it landed; it landed in state Needs Review.May 14 2020, 3:49 PM
This revision was automatically updated to reflect the committed changes.