Page MenuHomeFreeBSD

riscv: add an assert to pmap_remove_pages()
ClosedPublic

Authored by mhorne on Sep 14 2022, 2:59 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 16 2024, 8:28 AM
Unknown Object (File)
Feb 16 2024, 8:28 AM
Unknown Object (File)
Feb 16 2024, 8:28 AM
Unknown Object (File)
Feb 16 2024, 8:15 AM
Unknown Object (File)
Feb 2 2024, 2:30 AM
Unknown Object (File)
Dec 30 2023, 9:15 AM
Unknown Object (File)
Dec 22 2023, 11:36 PM
Unknown Object (File)
Oct 11 2023, 7:20 PM
Subscribers

Details

Summary

Similar checks exist for both arm64 and amd64, but note that for amd64
it is a bare panic().

This would more clearly report the problem described in D36563/PR 266108.

Diff Detail

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