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)
Wed, Oct 9, 12:04 PM
Unknown Object (File)
Oct 2 2024, 6:17 AM
Unknown Object (File)
Oct 1 2024, 1:12 AM
Unknown Object (File)
Sep 30 2024, 4:03 PM
Unknown Object (File)
Sep 30 2024, 1:38 PM
Unknown Object (File)
Sep 30 2024, 1:57 AM
Unknown Object (File)
Sep 27 2024, 9:35 AM
Unknown Object (File)
Sep 24 2024, 8:13 AM
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